Skip to content

Fix #9 - rename container exposed to web network to avoid name conflict

doc75 requested to merge doc75/docker-atelier:name_conflict_web into master

Rename some containers exposed to the docker network named web to avoid conflict with other containers with same name but not exposed to the web docker network.

I decided not to rename the mounting point app to match the service name to avoid the need for a migration.

Merge request reports