Add container_name to all compose services.
This commit is contained in:
@@ -8,6 +8,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
app:
|
||||
container_name: gitlab-app
|
||||
image: 'gitlab/gitlab-ce:latest'
|
||||
restart: always
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user