fix(docker): update compose file with new path [skip ci]

This commit is contained in:
Isaac 2023-06-16 23:42:00 +01:00
parent 42af8241f9
commit d77d37cf9e
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -26,7 +26,7 @@ services:
ports: ports:
- 8169:8169 - 8169:8169
volumes: volumes:
- tickets-bot:/usr/bot/user - tickets-bot:/home/container/user
tty: true tty: true
stdin_open: true stdin_open: true
# Please refer to the documentation: # Please refer to the documentation: