Merge pull request #344 from Apollon77/patch-1

chore: Add restart policy to docker-compose
This commit is contained in:
Florian BEZANNIER
2022-04-06 18:59:46 +02:00
committed by GitHub
+1
View File
@@ -3,6 +3,7 @@ version: "2"
services:
psacc:
image: flobz/psa_car_controller:latest
restart: unless-stopped
ports:
- "5000:5000"
volumes: