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