goty / docker-compose.yml
dracoox's picture
Update docker-compose.yml
7c30a3e verified
raw
history blame contribute delete
183 Bytes
my-gotty:
hostname: mygotty
ports:
- 8989:7806
tty: true
image: modenaf360/gotty:latest
stdin_open: true
tty: true #using bash TTY mode (pseudo-TTY)