mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-17 17:23: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
|
- 8080:8080
|
||||||
volumes:
|
volumes:
|
||||||
- tickets-bot:/usr/bot/user
|
- tickets-bot:/usr/bot/user
|
||||||
|
tty: true
|
||||||
|
stdin_open: true
|
||||||
# Please refer to the documentation:
|
# Please refer to the documentation:
|
||||||
# https://discordtickets.app/self-hosting/configuration/#environment-variables
|
# https://discordtickets.app/self-hosting/configuration/#environment-variables
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user