Update Gitlab container options

This commit is contained in:
David Stephens 2020-02-07 22:41:21 +00:00
parent ee1fde0142
commit d0c1b62845

View file

@ -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"