Compare commits

..

2 Commits

Author SHA1 Message Date
93e12bee0a feat(haproxy): Always restart 2025-03-25 23:24:12 +01:00
41b3bcb169 feat(haproxy): Add .gitignore 2025-03-25 23:24:04 +01:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

View File

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