mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 04:06:18 +00:00
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:
parent
678b7d99e5
commit
6d0254f40b
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue