Skip to content

Commit 9b0dd4e

Browse files
chkuendigmxpv
authored andcommitted
Include database directory in docker instructions
1 parent 77a56e4 commit 9b0dd4e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ $ docker pull ghcr.io/mxpv/podsync:latest
133133
$ docker run \
134134
-p 8080:8080 \
135135
-v $(pwd)/data:/app/data/ \
136+
-v $(pwd)/db:/app/db/ \
136137
-v $(pwd)/config.toml:/app/config.toml \
137138
ghcr.io/mxpv/podsync:latest
138139
```
@@ -146,6 +147,7 @@ services:
146147
container_name: podsync
147148
volumes:
148149
- ./data:/app/data/
150+
- ./db:/app/db/
149151
- ./config.toml:/app/config.toml
150152
ports:
151153
- 8080:8080

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ services:
99
- 80:80
1010
volumes:
1111
- ./data:/app/data/
12+
- ./db:/app/db/
1213
- ./config.toml:/app/config.toml

0 commit comments

Comments
 (0)