Update docker-compose.yml

Oops! Wrong path.
This commit is contained in:
Julia 2021-09-05 19:59:52 +02:00 committed by GitHub
parent 8ee5b37583
commit 4a25eee05d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,5 +4,5 @@ services:
trolbot:
build: .
volumes:
- ./token.js:/home/node/trol-bot/token.js
- ./config.js:/home/node/trol-bot/config.js
- ./token.js:/home/node/bot/token.js
- ./config.js:/home/node/bot/config.js