From d05c44355284b9f689a4b2b2d5197637ca9bd805 Mon Sep 17 00:00:00 2001 From: gitea Date: Wed, 23 Aug 2023 08:01:42 +0800 Subject: [PATCH] [modify] add x-ui installation guide and docker image updating method --- update/restore.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/update/restore.sh b/update/restore.sh index 9d479ed..0d72d30 100644 --- a/update/restore.sh +++ b/update/restore.sh @@ -57,6 +57,20 @@ ABORT=9 # get host local ip when using a new network environment # 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 +# ------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------------------------------------- +# +# +# # =============================================================================================================