dracoox commited on
Commit
2f8d590
·
verified ·
1 Parent(s): fb36ee6

Create docker-compose.yml

Browse files
Files changed (1) hide show
  1. docker-compose.yml +8 -0
docker-compose.yml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ my-gotty:
2
+ hostname: mygotty
3
+ ports:
4
+ - 8989:8080
5
+ tty: true
6
+ image: modenaf360/gotty:latest
7
+ stdin_open: true
8
+ tty: true #using bash TTY mode (pseudo-TTY)