Removed param tty

This commit is contained in:
Luiz F Picolo 2022-06-15 23:12:43 -04:00
parent 4dbbf81e95
commit 6ed10ff8e2
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
restart: unless-stopped restart: unless-stopped
tty: true
container_name: app container_name: app
command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567 command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
ports: ports: