Skip to content

Commit 6c9f61f

Browse files
committed
docs: add comments to the docker-compose.yml file
1 parent 91a4cd0 commit 6c9f61f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ services:
44
restart: always
55
image: 0rickyy0/blackjackbot
66
volumes:
7+
# Speficy the paths to the log directory, user.db and config.py
8+
# Only modify the path on the left side of the colon
79
- /path/to/logs:/blackjackbot/logs
810
- /path/to/users.db:/blackjackbot/database/users.db
911
- /path/to/config.py:/blackjackbot/config.py
1012
ports:
13+
# Ports for the webhook server - not needed if you use long polling
1114
- 127.0.0.1:8080:80

0 commit comments

Comments
 (0)