From 6d0254f40b8ac874fe53ca951553cb63961e568a Mon Sep 17 00:00:00 2001 From: AliBelali <121201502+AliBelali@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:58:45 +0330 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There were no ports specified in the "docker run" command, and the host firewall didn’t perform destination NAT to the container --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5cd2c086..077d8d25 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ systemctl restart x-ui ```sh docker run -itd \ -e XRAY_VMESS_AEAD_FORCED=false \ + -p 2053:2053 -p 443:443 -p 80:80 \ -v $PWD/db/:/etc/x-ui/ \ -v $PWD/cert/:/root/cert/ \ --network=host \