Skip to content

Commit

Permalink
fix(docker): add tty and stdin_open
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Feb 24, 2023
1 parent db26553 commit 6844828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Expand Up @@ -27,6 +27,8 @@ services:
- 8080:8080
volumes:
- tickets-bot:/usr/bot/user
tty: true
stdin_open: true
# Please refer to the documentation:
# https://discordtickets.app/self-hosting/configuration/#environment-variables
environment:
Expand Down

0 comments on commit 6844828

Please sign in to comment.