mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00

# Conflicts: # DockerInit.sh # Dockerfile # README.md # README.ru_RU.md # README.zh_CN.md # docker-compose.yml # go.mod # web/assets/js/model/setting.js # web/html/xui/xray.html # web/service/setting.go
11 lines
205 B
Bash
11 lines
205 B
Bash
#!/bin/sh
|
|
|
|
# Start fail2ban
|
|
[ $X_UI_ENABLE_FAIL2BAN == "true" ] && fail2ban-client -x start
|
|
|
|
# Docker Logs
|
|
#ln -sf /dev/stdout /app/access.log
|
|
#ln -sf /dev/stdout /app/error.log
|
|
|
|
# Run x-ui
|
|
exec /app/x-ui
|