Update using editorconfig

This commit is contained in:
2024-06-14 16:26:19 -03:00
parent d11c9b2d32
commit fa2cd8d0aa
9 changed files with 9 additions and 13 deletions

View File

@ -9,4 +9,8 @@ services:
network_mode: host
volumes:
- /docker/appdata/nginxpm/data:/data
- /docker/appdata/nginxpm/letsencrypt:/etc/letsencrypt
- /docker/appdata/nginxpm/letsencrypt:/etc/letsencrypt
healthcheck:
test: ["CMD", "/usr/bin/check-health"]
interval: 10s
timeout: 3s