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/; }