From ef7a0b2f61c6c9df7b84c6002e734866fe7c613d Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Thu, 2 Jan 2025 20:59:10 +0800 Subject: [PATCH] up(gitea): update stack yaml+ --- gitea/rpi-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/rpi-prod.yml b/gitea/rpi-prod.yml index 1091995..d7436c6 100644 --- a/gitea/rpi-prod.yml +++ b/gitea/rpi-prod.yml @@ -1,5 +1,5 @@ # mkdir -pv /data/volumes/gitea/{data,config} -# cd gitea by Raspberry pi +# cd gitea by Raspberry pi(RPi) # chown 1000:1000 config/ data/ # pull:: docker compose --env-file ./gitea/env.cfg -f ./gitea/rpi-prod.yml pull # Run:: docker compose -p gitea --env-file ./gitea/env.cfg -f ./gitea/rpi-prod.yml up -d