Skip to content

Commit c965625

Browse files
authored
Merge pull request #158 from JayDi85/patch-2
Fix uncompatible config path for Windows systems (can't run docker compose)
2 parents db032ea + 2667f33 commit c965625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ services:
44
build: .
55
restart: unless-stopped
66
volumes:
7-
- ${PWD}/config:/bot/config
7+
- ./config:/bot/config
88
ports:
99
- "8080:8080"

0 commit comments

Comments
 (0)