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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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