3x-ui icon indicating copy to clipboard operation
3x-ui copied to clipboard

Not accessible according to the docker deployment used in the tutorial

Open wuai1024 opened this issue 10 months ago • 0 comments

docker run -itd \
   -e XRAY_VMESS_AEAD_FORCED=false \
   -v $PWD/db/:/etc/x-ui/ \
   -v $PWD/cert/:/root/cert/ \
   --network=host \
   --restart=unless-stopped \
   --name 3x-ui \
   ghcr.io/mhsanaei/3x-ui:latest
Server ready
(0x2882060,0xc0009e83a0)
2024/04/01 06:03:11 x-ui 2.2.6
(0x2882060,0xc0009e8500)
INFO - web server run http on [::]:2053
INFO - XRAY: infra/conf/serial: Reading config: bin/config.json
WARNING - Access log is set to 'none', check your Xray Configs
WARNING - Access log is set to 'none', check your Xray Configs
WARNING - Access log is set to 'none', check your Xray Configs
WARNING - Access log is set to 'none', check your Xray Configs
WARNING - Access log is set to 'none', check your Xray Configs

The page cannot be accessed through port 2053

wuai1024 avatar Apr 01 '24 02:04 wuai1024