[modify] add x-ui installation guide and docker image updating method

This commit is contained in:
gitea 2023-08-23 08:01:42 +08:00
parent 38b59e86c3
commit d05c443552

View File

@ -57,6 +57,20 @@ ABORT=9
# get host local ip when using a new network environment # get host local ip when using a new network environment
# ping BeeLink # ping BeeLink
# ------------------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------------------
# x-ui build up
# bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
# -------------------------------------------------------------------------------------------------------------
# update docker images
# 0. docker-compose down
# 1. docker-compose pull
# 2. docker-compose up -d --remove-orphans
# 3. docker image prune
# -------------------------------------------------------------------------------------------------------------
# -------------------------------------------------------------------------------------------------------------
# -------------------------------------------------------------------------------------------------------------
#
#
#
# ============================================================================================================= # =============================================================================================================