_
This commit is contained in:
@@ -8,8 +8,8 @@ services:
|
|||||||
container_name: nginx
|
container_name: nginx
|
||||||
image: nginx
|
image: nginx
|
||||||
ports:
|
ports:
|
||||||
- "443:443"
|
- "444:443"
|
||||||
- "80:80"
|
- "81:80"
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- nginx_network_external
|
- nginx_network_external
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ events {}
|
|||||||
http {
|
http {
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 81;
|
listen 80;
|
||||||
server_name localhost;
|
server_name hypoxie-admin-xui.duckdns.org;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://hypoxie-3x-ui:2053/;
|
proxy_pass http://hypoxie-3x-ui:2053/;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user