fix(docker): update port mapping for 3xui service in docker-compose

This commit is contained in:
farhadh 2026-05-14 03:01:52 +02:00
parent 21058eb63c
commit 0eac8adb25
No known key found for this signature in database

View file

@ -12,5 +12,6 @@ services:
XRAY_VMESS_AEAD_FORCED: "false"
XUI_ENABLE_FAIL2BAN: "true"
tty: true
network_mode: host
ports:
- "2053:2053"
restart: unless-stopped