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 5483455 commit 16315c0Copy full SHA for 16315c0
docker-compose.yml
@@ -8,5 +8,5 @@ services:
8
ports:
9
- 80:80
10
volumes:
11
- - ./data:/app/data/
12
- - ./config.toml:/app/config.toml
+ - ./data:/data/
+ - ./config.toml:/config.toml
0 commit comments