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