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: 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