add new chain and add persistent config-dir for pocket

This commit is contained in:
cventastic
2022-05-19 13:55:26 +02:00
parent aed1577472
commit 0f6ad2bca8
6 changed files with 23 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ services:
- POCKET_SNAPSHOT=$POCKET_SNAPSHOT
volumes:
- pocket:/home/app/.pocket/data
- pocket-config:/home/app/.pocket/config/
restart: unless-stopped
labels:
- "traefik.enable=true"
@@ -73,4 +74,5 @@ services:
### VOLUMES
volumes:
pocket:
pocket:
pocket-config: