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}