Add container_name to all compose services.
This commit is contained in:
@@ -5,6 +5,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
app:
|
||||
container_name: website-app
|
||||
build: ./
|
||||
restart: always
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user