Skip to content

Commit 6b6e0cc

Browse files
committed
Fix bind path for data folder
1 parent ddd7c7b commit 6b6e0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
network_mode: "host"
2424
volumes:
2525
- "$HOME/.local/share/signal-api/:/home/user/.local/share/signal-api/"
26-
- "./signalblast_data:/home/user/signalblast/signalblast/data"
26+
- "./signalblast_data:/home/user/signalblast/signalblast-$SIGNALBLAST_VERSION/src/signalblast/data/"
2727
environment:
2828
- SIGNALBLAST_PHONE_NUMBER=$SIGNALBLAST_PHONE_NUMBER
2929
- SIGNALBLAST_PASSWORD=$SIGNALBLAST_PASSWORD

0 commit comments

Comments
 (0)