Add restart policy to docker-compose

This commit is contained in:
Ingo Fischer
2022-04-06 16:57:26 +02:00
committed by GitHub
parent 2a5541b144
commit 95f93d98bb
+1
View File
@@ -3,6 +3,7 @@ version: "2"
services:
psacc:
image: flobz/psa_car_controller:latest
restart: unless-stopped
ports:
- "5000:5000"
volumes: