Add container_name to all compose services.

This commit is contained in:
2023-08-20 17:00:18 -07:00
parent 2799390411
commit 4c846b871e
5 changed files with 9 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ version: '3'
services:
app:
container_name: gitlab-app
image: 'gitlab/gitlab-ce:latest'
restart: always
ports: