fix: Mounts local directory instead of network mount, which was giving problems with the database.

This commit is contained in:
2025-04-10 14:15:42 -04:00
parent a6035acecd
commit 7189b10998

View File

@@ -4,11 +4,10 @@ services:
container_name: pocket-id container_name: pocket-id
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env
user: 1000:1000
ports: ports:
- 3002:80 - 3002:80
volumes: volumes:
- "${DATA_MNT}:/app/backend/data" - "./data:/app/backend/data"
networks: networks:
- proxy - proxy
healthcheck: healthcheck: