mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
Update Gitlab container options
This commit is contained in:
parent
ee1fde0142
commit
d0c1b62845
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@
|
|||
- "{{ gitlab_port_https }}:443"
|
||||
- "{{ gitlab_port_ssh }}:22"
|
||||
hostname: "gitlab.{{ ansible_nas_domain }}"
|
||||
restart_policy: always
|
||||
detach: yes
|
||||
restart_policy: unless-stopped
|
||||
memory: 4g
|
||||
labels:
|
||||
traefik.backend: "gitlab"
|
||||
|
|
Loading…
Reference in a new issue