Revert "adjusted compose files name"

This reverts commit 81a704ad0b.
This commit is contained in:
Maksym Buz
2025-02-06 13:34:57 +01:00
parent 81a704ad0b
commit 1be3b00111
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
app:
image: jc21/nginx-proxy-manager:latest
restart: unless-stopped
env_file:
- .env
ports:
- 880:80
- 81:81
- 8443:443
volumes:
- ${NGINX_DATA}:/data
- ${NGINX_LETSENCRYPT}:/etc/letsencrypt
healthcheck:
test: ["CMD", "/usr/bin/check-health"]
interval: 10s
timeout: 3s