Skip to content

Commit

Permalink
Merge pull request #158 from JayDi85/patch-2
Browse files Browse the repository at this point in the history
Fix uncompatible config path for Windows systems (can't run docker compose)
  • Loading branch information
bostrot authored Sep 27, 2023
2 parents db032ea + 2667f33 commit c965625
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 @@ -4,6 +4,6 @@ services:
build: .
restart: unless-stopped
volumes:
- ${PWD}/config:/bot/config
- ./config:/bot/config
ports:
- "8080:8080"

0 comments on commit c965625

Please sign in to comment.