diff --git a/gitlab/roles/docker_gitlab/templates/docker-compose.yml.j2 b/gitlab/roles/docker_gitlab/templates/docker-compose.yml.j2 index 37af91e..117febb 100755 --- a/gitlab/roles/docker_gitlab/templates/docker-compose.yml.j2 +++ b/gitlab/roles/docker_gitlab/templates/docker-compose.yml.j2 @@ -2,7 +2,7 @@ version: '3.8' services: gitlab: image: 'gitlab/gitlab-ce:latest' - restart: always + restart: unless-stopped hostname: 'localhost' container_name: gitlab-ce environment: