1
0

Make consistent container names

This commit is contained in:
2025-05-04 10:26:17 +03:00
parent 4221fb0009
commit 0e05d3e066
7 changed files with 8 additions and 12 deletions

View File

@ -1,6 +1,7 @@
services:
homepage-web:
homepage_app:
image: "${WEB_SERVICE_IMAGE}"
container_name: homepage_app
ports:
- "127.0.0.1:${WEB_SERVICE_PORT}:80"
restart: unless-stopped