3x-ui/docker-compose.yml

23 lines
483 B
YAML
Raw Normal View History

2023-05-12 17:48:16 +00:00
services:
3xui:
build:
context: .
dockerfile: ./Dockerfile
container_name: reg.vados.ru/3xui_app
hostname: amster.vados.ru
2023-05-12 17:48:16 +00:00
volumes:
- $PWD/db/:/etc/x-ui/
- $PWD/cert/:/root/cert/
environment:
XRAY_VMESS_AEAD_FORCED: "false"
2026-05-16 05:08:44 +00:00
XUI_ENABLE_FAIL2BAN: "false"
2023-05-12 17:48:16 +00:00
tty: true
ports:
2026-05-16 05:08:44 +00:00
<<<<<<< HEAD
- "2053:2053"
restart: unless-stopped
2026-05-16 05:08:44 +00:00
=======
- "2904:2904"
restart: unless-stopped
>>>>>>> 36196363 (Edit files)