add restart policy
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-03 01:15:40 +01:00
parent c5018b3bb9
commit 8ce6560482
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ services:
peroxy_site_dev:
container_name: peroxy_site_dev
command: start
restart: unless-stopped:5
build:
context: .
labels:

View File

@@ -4,6 +4,7 @@ services:
peroxy_site:
container_name: peroxy_site
command: start
restart: unless-stopped:5
build:
context: .
labels: