FranzKafkaYu / x-ui

Lightweight Xray panel with multi-protocol and multi-user on the same port,supports English language and Telegram bot. Easy to use and easy to manage.
GNU General Public License v3.0
7.79k stars 1.54k forks source link

docker 版本 network 模式 可以使用 bridge模式? #470

Open bigbighill opened 1 year ago

bigbighill commented 1 year ago

Welcome

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

```console $ x-ui version # Paste output here ```

x-ui log or xray log

```console # paste log here ```