Skip to content

Commit 1c2e374

Browse files
committed
Fix data path in docker compose file
1 parent 656baa0 commit 1c2e374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ services:
88
ports:
99
- 80:80
1010
volumes:
11-
- ./data:/data/
11+
- ./data:/app/data/
1212
- ./config.toml:/app/config.toml

0 commit comments

Comments
 (0)