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
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
user: 1000:1000
|
||||
ports:
|
||||
- 3002:80
|
||||
volumes:
|
||||
- "${DATA_MNT}:/app/backend/data"
|
||||
- "./data:/app/backend/data"
|
||||
networks:
|
||||
- proxy
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user