Fix volume mount in docker compose

This commit is contained in:
Lee 2022-11-17 06:23:28 +00:00
parent cf75b0410d
commit 50e9028250
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -14,7 +14,7 @@ services:
ports: ports:
- 3000:3000 - 3000:3000
volumes: volumes:
- ./.storage:/.storage - ./.storage:/app/.storage
mongo: mongo:
image: mongo:latest image: mongo:latest