x-ui
x-ui copied to clipboard
docker 版本 network 模式 可以使用 bridge模式?
trafficstars
Welcome
- [X] Yes, I'm using the latest major release. Only such installations are supported.
- [X] Yes, I'm using the supported system. Only such systems are supported.
- [X] Yes, I have read all WIKI document,nothing can help me in my problem.
- [X] Yes, I've searched similar issues on GitHub and didn't find any.
- [X] Yes, I've included all information below (version, config, log, etc).
Description of the problem,screencshot would be good
docker 版本 network 模式 使用 bridge模式,caddy 容器跳转访问不了 xui
version: "3.7" services: xui: image: enwaiax/x-ui:alpha-zh container_name: xui # hostname: xui restart: unless-stopped expose: - "54321" - "8443" volumes: - $PWD/etc/x-ui:/etc/x-ui - $PWD/etc/cert:/etc/cert
Version of x-ui
$ x-ui version
# Paste output here
x-ui log or xray log
# paste log here