diff --git a/docker/nginx.template b/docker/nginx.template index 953748a22..5b19a9fc8 100644 --- a/docker/nginx.template +++ b/docker/nginx.template @@ -1,6 +1,6 @@ server { - listen 2100; - listen [::]:2100; + listen 8100; + listen [::]:8100; server_name _; root /app/lurana/luos/workflow/public_html;