Skip to content
Snippets Groups Projects
Verified Commit b9a98f56 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

gitlab: Expose container registry (fixes #81)

parent 0f726e5f
No related branches found
No related tags found
No related merge requests found
Pipeline #604 passed
......@@ -16,6 +16,7 @@
- "80:80"
- "443:443"
- "222:22"
- "5050:5050"
pull: yes
restart_policy: always
env:
......@@ -90,6 +91,7 @@
- "80/tcp"
- "443/tcp"
- "222/tcp"
- "5050/tcp"
tags:
- firewall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment