Added param restart unless-stopped
This commit is contained in:
parent
06c6b36a7b
commit
4dbbf81e95
@ -4,7 +4,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
#restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
container_name: app
|
||||
command: bundle exec ruby app.rb -o 0.0.0.0 -p 4567
|
||||
|
Loading…
Reference in New Issue
Block a user