mirror of
https://github.com/shadoll/scatcher.git
synced 2025-12-20 03:26:59 +00:00
Add restart option to compose.yml
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./app.py:/app/app.py
|
- ./app.py:/app/app.py
|
||||||
- ./controller:/app/controller
|
- ./controller:/app/controller
|
||||||
|
|||||||
Reference in New Issue
Block a user