Fix container name
This commit is contained in:
@@ -44,7 +44,6 @@ services:
|
||||
- 27018:27017
|
||||
image: mongo
|
||||
restart: always
|
||||
container_name: mongodb
|
||||
volumes:
|
||||
- ./data-node:/data/db
|
||||
command: mongod --noauth
|
||||
|
||||
Reference in New Issue
Block a user