From 03305bb0636c46ca3d29da2fee94469c5777f615 Mon Sep 17 00:00:00 2001 From: xzx3344521 Date: Sun, 19 Oct 2025 18:40:00 +0800 Subject: [PATCH] Create Nginx service configuration in nginx file Add Nginx Proxy Manager service configuration. --- nginx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nginx diff --git a/nginx b/nginx new file mode 100644 index 0000000..4fd853b --- /dev/null +++ b/nginx @@ -0,0 +1,15 @@ +services: + app: + image: 'docker.io/jc21/nginx-proxy-manager:latest' + restart: unless-stopped + ports: + - '80:80' + - '81:81' + - '443:443' + volumes: + - ./data:/data + - ./letsencrypt:/etc/letsencrypt + #Email: admin@example.com +#Password: changeme http://127.0.0.1:81 + +echo "$端口81"