diff --git a/compose.yaml b/compose.yaml index 52ca98e..1bcae2f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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: \ No newline at end of file