diff --git a/scripts/redeploy-containers.sh b/scripts/redeploy-containers.sh index b7290aa..331ec8e 100644 --- a/scripts/redeploy-containers.sh +++ b/scripts/redeploy-containers.sh @@ -8,7 +8,7 @@ REPO_DIR="/srv/docker" LOGFILE="$REPO_DIR/scripts/docker-update.log" # Liste der inaktiven Container -INACTIVE_CONTAINERS=("adguard" "kea" "caddy") +INACTIVE_CONTAINERS=("adguard" "kea" "caddy" "wikijs") log() { echo "$(date '+%Y-%m-%d %H:%M:%S') | $*" | tee -a "$LOGFILE"