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"