From 6e99dbf3894e2553099b98d29013f7e9460448ca Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Mon, 25 Aug 2025 14:27:27 +0700 Subject: [PATCH] _ --- docker-compose.yml | 4 ++-- nginx.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2a52da3..588b3b1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,8 +8,8 @@ services: container_name: nginx image: nginx ports: - - "443:443" - - "80:80" + - "444:443" + - "81:80" restart: always networks: - nginx_network_external diff --git a/nginx.conf b/nginx.conf index b786ed7..6cfa7a8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,8 +4,8 @@ events {} http { server { - listen 81; - server_name localhost; + listen 80; + server_name hypoxie-admin-xui.duckdns.org; location / { proxy_pass http://hypoxie-3x-ui:2053/; }