Make consistent container names
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user