Skip to content

Commit

Permalink
fix path missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
keshon committed Nov 30, 2024
1 parent dcf0e16 commit 6b3efaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: '${ALIAS}-image'
volumes:
- ./data/datastore.json:/usr/project/datastore.json
- ./data/cache:usr/project/cache
- ./data/cache:/usr/project/cache
environment:
- DISCORD_TOKEN

Expand Down

0 comments on commit 6b3efaa

Please sign in to comment.