From f0398b30dd02e8f79ce5bc56009b745bf42f401a Mon Sep 17 00:00:00 2001 From: paci12 <1069244426@qq.com> Date: Thu, 8 May 2025 13:45:47 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9nginx=20=E6=98=A0=E5=B0=84?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E7=94=A8=E4=BA=8E=EF=BC=8C=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: paci12 <1069244426@qq.com> --- docker/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 614b1ccc6b..d9c004af85 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -405,10 +405,10 @@ services: "cp /docker-entrypoint-mount.sh /docker-entrypoint.sh && sed -i 's/\r$$//' /docker-entrypoint.sh && chmod +x /docker-entrypoint.sh && /docker-entrypoint.sh", ] environment: - NGINX_SERVER_NAME: ${NGINX_SERVER_NAME:-_} + NGINX_SERVER_NAME: ${NGINX_SERVER_NAME:-0.0.0.0} NGINX_HTTPS_ENABLED: ${NGINX_HTTPS_ENABLED:-false} NGINX_SSL_PORT: ${NGINX_SSL_PORT:-443} - NGINX_PORT: ${NGINX_PORT:-80} + NGINX_PORT: ${NGINX_PORT:-8003} # You're required to add your own SSL certificates/keys to the `./nginx/ssl` directory # and modify the env vars below in .env if HTTPS_ENABLED is true. NGINX_SSL_CERT_FILENAME: ${NGINX_SSL_CERT_FILENAME:-dify.crt}