Skip to content

Commit

Permalink
add GUID and change path when install yutto
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Lee authored and Ace Lee committed Dec 17, 2023
1 parent 3cc607f commit 64faade
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hack/install_yutto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ util::set_registry_for_image
docker run -d \
--name yutto \
--network=host \
-e PUID=$UID \
-e PGID=$GID \
-e BILIBILI_SESSDATA=${BILIBILI_SESSDATA} \
-v ${HOME}/kubespider/yutto:/app/config \
-v ${HOME}/kubespider/nas/:/app/downloads \
-v ${KUBESPIDER_HOME}/kubespider/yutto:/app/config \
-v ${KUBESPIDER_HOME}/kubespider/nas/:/app/downloads \
--restart unless-stopped \
cesign/yutto-downloader:latest

Expand Down

0 comments on commit 64faade

Please sign in to comment.