Added restart to compose file
This commit is contained in:
parent
88f03d6c47
commit
dc11e49792
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
context: .
|
||||
dockerfile: osg.dockerfile
|
||||
|
||||
image: osg:30 # <--automate this number change to trigger stack redeploy.
|
||||
image: osg:31 # <--automate this number change to trigger stack redeploy.
|
||||
|
||||
environment:
|
||||
DOCKER: "true"
|
||||
|
@ -16,6 +16,9 @@ services:
|
|||
|
||||
volumes:
|
||||
- sqlite-database:/data
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
volumes:
|
||||
sqlite-database:
|
Loading…
Add table
Reference in a new issue