Fix container name

This commit is contained in:
Sean Zhang
2023-04-25 10:14:13 +08:00
committed by GitHub
parent d839ea324a
commit 52f99151ec

View File

@@ -44,7 +44,6 @@ services:
- 27018:27017
image: mongo
restart: always
container_name: mongodb
volumes:
- ./data-node:/data/db
command: mongod --noauth