mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-18 12:05:53 +00:00
fix(docker): update port mapping for 3xui service in docker-compose (#4362)
This commit is contained in:
parent
21058eb63c
commit
6bf4a2c4f0
1 changed files with 2 additions and 1 deletions
|
|
@ -12,5 +12,6 @@ services:
|
||||||
XRAY_VMESS_AEAD_FORCED: "false"
|
XRAY_VMESS_AEAD_FORCED: "false"
|
||||||
XUI_ENABLE_FAIL2BAN: "true"
|
XUI_ENABLE_FAIL2BAN: "true"
|
||||||
tty: true
|
tty: true
|
||||||
network_mode: host
|
ports:
|
||||||
|
- "2053:2053"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Loading…
Reference in a new issue