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

@@ -5,6 +5,7 @@ version: '2'
services:
app:
container_name: website-app
build: ./
restart: always
ports: