From 1aa46e9145d072c21a202dd836a5103213947507 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sat, 2 Nov 2024 22:58:46 +0800 Subject: [PATCH] update --- rxr_nginx_webui/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rxr_nginx_webui/docker-compose.yaml b/rxr_nginx_webui/docker-compose.yaml index 9cefed7..6815f2d 100644 --- a/rxr_nginx_webui/docker-compose.yaml +++ b/rxr_nginx_webui/docker-compose.yaml @@ -9,5 +9,5 @@ services: - $NGINX_PATH/nginx:/etc/nginx - $NGINX_PATH/nginx-ui:/etc/nginx-ui ports: - - "81:80" + - "8081:80" - "444:443"