remove retry count
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-03 01:18:12 +01:00
parent 8ce6560482
commit 957ff33555
2 changed files with 2 additions and 2 deletions

View File

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

View File

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