We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a56e4 commit 9b0dd4eCopy full SHA for 9b0dd4e
README.md
@@ -133,6 +133,7 @@ $ docker pull ghcr.io/mxpv/podsync:latest
133
$ docker run \
134
-p 8080:8080 \
135
-v $(pwd)/data:/app/data/ \
136
+ -v $(pwd)/db:/app/db/ \
137
-v $(pwd)/config.toml:/app/config.toml \
138
ghcr.io/mxpv/podsync:latest
139
```
@@ -146,6 +147,7 @@ services:
146
147
container_name: podsync
148
volumes:
149
- ./data:/app/data/
150
+ - ./db:/app/db/
151
- ./config.toml:/app/config.toml
152
ports:
153
- 8080:8080
docker-compose.yml
@@ -9,4 +9,5 @@ services:
9
- 80:80
10
11
12
13
0 commit comments