mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
fix prism data not being persited on pulls
This commit is contained in:
parent
e2d434f12b
commit
8b37ad0763
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ services:
|
|||
- PROTON_IMAP_PASSWORD=${PROTON_IMAP_PASSWORD:-}
|
||||
- PROTON_BRIDGE_ADDR=${PROTON_BRIDGE_ADDR:-protonmail-bridge:143}
|
||||
volumes:
|
||||
- prism-data:/root/.local/share/prism
|
||||
- prism-data:/app/data
|
||||
- signal-socket:/home/signal/.signal-cli:ro
|
||||
restart: unless-stopped
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ services:
|
|||
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN:-}
|
||||
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID:-}
|
||||
volumes:
|
||||
- prism-data:/root/.local/share/prism
|
||||
- prism-data:/app/data
|
||||
- signal-socket:/home/signal/.signal-cli:ro
|
||||
restart: unless-stopped
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue