Added param restart unless-stopped

This commit is contained in:
Luiz F Picolo 2022-06-15 22:49:25 -04:00
parent 06c6b36a7b
commit 4dbbf81e95
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
#restart: unless-stopped restart: unless-stopped
tty: true 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