chore: add restart policy

This commit is contained in:
Oliver Davies 2022-03-05 08:00:32 +00:00
parent 823ad1eb52
commit 8664fb395e

View file

@ -16,6 +16,7 @@ services:
ports:
- "80:80"
- "8080:8080"
restart: unless-stopped
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
networks: