gitlab - add ulimit soft / hard to 65536
This commit is contained in:
@@ -37,6 +37,10 @@ services:
|
||||
image: {{ gitlab_image|default("gitlab/gitlab-ce") }}:{{ gitlab_version|default("latest") }}
|
||||
container_name: gitlab
|
||||
restart: 'unless-stopped'
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 65536
|
||||
hard: 65536
|
||||
labels:
|
||||
{% if gitlab_through_traefik is defined and gitlab_through_traefik %}
|
||||
traefik.enable: "true"
|
||||
|
||||
Reference in New Issue
Block a user