Update using editorconfig
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user