docker: Fix MongoDB container volume error (#12)

This commit is contained in:
dyw770
2025-08-18 16:34:31 +08:00
committed by GitHub
parent 30d5394425
commit fa8f69157a

View File

@@ -52,7 +52,6 @@ services:
hostname: notesnook-db
volumes:
- dbdata:/data/db
- dbdata:/data/configdb
networks:
- notesnook
command: --replSet rs0 --bind_ip_all