Skip to content

Commit

Permalink
Fix data path in docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
mxpv committed Jan 2, 2022
1 parent 656baa0 commit 1c2e374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ services:
ports:
- 80:80
volumes:
- ./data:/data/
- ./data:/app/data/
- ./config.toml:/app/config.toml

0 comments on commit 1c2e374

Please sign in to comment.