react-express-mongodb: remove container_name to allow multiple apps in parallel (#310)
Remove `container_name` to allow multiple apps without conflict. Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
This commit is contained in:
@@ -29,7 +29,6 @@ services:
|
||||
expose:
|
||||
- 3000
|
||||
mongo:
|
||||
container_name: mongo
|
||||
restart: always
|
||||
image: mongo:4.2.0
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user