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

@@ -9,6 +9,7 @@ version: '3'
services:
app:
container_name: dns-app
build: ./
restart: always
ports: