We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a4cd0 commit 6c9f61fCopy full SHA for 6c9f61f
docker-compose.yml
@@ -4,8 +4,11 @@ services:
4
restart: always
5
image: 0rickyy0/blackjackbot
6
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
9
- /path/to/logs:/blackjackbot/logs
10
- /path/to/users.db:/blackjackbot/database/users.db
11
- /path/to/config.py:/blackjackbot/config.py
12
ports:
13
+ # Ports for the webhook server - not needed if you use long polling
14
- 127.0.0.1:8080:80
0 commit comments