Add restart option to compose.yml

This commit is contained in:
sHa
2024-09-05 09:01:21 +00:00
parent 5923287924
commit 2a2c01236d

View File

@@ -9,6 +9,7 @@ services:
build:
context: .
dockerfile: Dockerfile
restart: always
volumes:
- ./app.py:/app/app.py
- ./controller:/app/controller