fix: Mounts local directory instead of network mount, which was giving problems with the database.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user