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:
- 3000:3000
volumes:
- ./.storage:/.storage
- ./.storage:/app/.storage
mongo:
image: mongo:latest