Skip to content

Commit 8a24699

Browse files
committed
Fix Dockerfile and docker-compose.yml for TOML config
1 parent 3bfeb33 commit 8a24699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ services:
44
bot:
55
image: alanbriolat/csbot:latest
66
volumes:
7-
- ${CSBOT_CONFIG_LOCAL:-./csbot.cfg}:/app/csbot.cfg
7+
- ${CSBOT_CONFIG_LOCAL:-./csbot.toml}:/app/csbot.toml
88
links:
99
- mongodb
1010
env_file:
1111
- ./deploy.env
1212
environment:
1313
MONGODB_URI: mongodb://mongodb:27017/csbot
14-
command: csbot ${CSBOT_CONFIG:-csbot.cfg}
14+
command: csbot ${CSBOT_CONFIG:-csbot.toml}
1515
ports:
1616
- "127.0.0.1:8180:8000"
1717
labels:

0 commit comments

Comments
 (0)