issues
search
uwcirg
/
tb-api
1
stars
1
forks
source link
Remove explicit container names from docker-compose
#3
Closed
ivan-c
closed
6 years ago
ivan-c
commented
6 years ago
Remove
container-name
sections to allow multiple docker-compose deployments on the same host
docker-compose will build container names based on
COMPOSE_PROJECT_NAME
unless
container-name
is set
container-name
sections to allow multiple docker-compose deployments on the same hostCOMPOSE_PROJECT_NAME
unlesscontainer-name
is set