feat(haproxy): Always restart

This commit is contained in:
hygienic-books 2025-03-25 23:24:12 +01:00
parent 41b3bcb169
commit 93e12bee0a

View File

@ -8,4 +8,4 @@ services:
max-size: "10m"
max-file: "10"
compress: "true"
restart: "${RESTARTPOLICY:-unless-stopped}"
restart: "${RESTARTPOLICY:-always}"