diff --git a/README.md b/README.md index fbd3c66..a7aaa6b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ bash <(curl -sL https://bit.ly/realityez) ``` or (if the above command dosen't work): ``` -bash <(curl -sL https://raw.githubusercontent.com/aleskxyz/reality-ezpz/master/reality-ezpz.sh) +bash <(curl -sL https://raw.githubusercontent.com/rony432/reality-ezpz/master/reality-ezpz.sh) ``` After a while you will get configuration string and QR code: ![image](https://user-images.githubusercontent.com/39186039/232563871-0140e10a-22b4-4653-9bc9-cdba519a8b41.png) @@ -392,4 +392,4 @@ For example if you want to increase the debug level of sing-box engine, you can "timestamp": true } } -``` \ No newline at end of file +``` diff --git a/reality-ezpz.sh b/reality-ezpz.sh index 956137d..531409a 100644 --- a/reality-ezpz.sh +++ b/reality-ezpz.sh @@ -688,7 +688,7 @@ services: engine: image: ${image[${config[core]}]} $([[ ${config[security]} == 'reality' ]] && echo "ports:" || true) - $([[ ${config[security]} == 'reality' && ${config[port]} -eq 443 ]] && echo '- 80:8080' || true) + $([[ ${config[security]} == 'reality' && ${config[port]} -eq 8443 ]] && echo '- 8080:8080' || true) $([[ ${config[security]} == 'reality' ]] && echo "- ${config[port]}:8443" || true) $([[ ${config[transport]} == 'tuic' || ${config[transport]} == 'hysteria2' ]] && echo "ports:" || true) $([[ ${config[transport]} == 'tuic' || ${config[transport]} == 'hysteria2' ]] && echo "- ${config[port]}:8443/udp" || true) @@ -715,7 +715,7 @@ echo " haproxy: image: ${image[haproxy]} ports: - $([[ ${config[security]} == 'letsencrypt' || ${config[port]} -eq 443 ]] && echo '- 80:8080' || true) + $([[ ${config[security]} == 'letsencrypt' || ${config[port]} -eq 8443 ]] && echo '- 8080:8080' || true) - ${config[port]}:8443 restart: always volumes: