mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
fix(docker): add tty
and stdin_open
This commit is contained in:
parent
db26553724
commit
6844828d33
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user