feat: Try data mount again now that database was created.

This commit is contained in:
2025-04-10 14:24:14 -04:00
parent 7189b10998
commit 7c7f2ad5c7

View File

@@ -7,7 +7,7 @@ services:
ports: ports:
- 3002:80 - 3002:80
volumes: volumes:
- "./data:/app/backend/data" - "${DATA_MNT}:/app/backend/data"
networks: networks:
- proxy - proxy
healthcheck: healthcheck: