Update README.md

There were no ports specified in the "docker run" command, and the host firewall didn’t perform destination NAT to the container
This commit is contained in:
AliBelali 2024-04-23 15:58:45 +03:30 committed by GitHub
parent 678b7d99e5
commit 6d0254f40b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -158,6 +158,7 @@ systemctl restart x-ui
```sh ```sh
docker run -itd \ docker run -itd \
-e XRAY_VMESS_AEAD_FORCED=false \ -e XRAY_VMESS_AEAD_FORCED=false \
-p 2053:2053 -p 443:443 -p 80:80 \
-v $PWD/db/:/etc/x-ui/ \ -v $PWD/db/:/etc/x-ui/ \
-v $PWD/cert/:/root/cert/ \ -v $PWD/cert/:/root/cert/ \
--network=host \ --network=host \