_
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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/;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user