docs: 修正docker compose命令注释中的格式错误

This commit is contained in:
cnphpbb
2025-06-27 17:36:21 +08:00
parent 7764d5b803
commit 489595c5e6

View File

@@ -1,7 +1,7 @@
# mkdir -pv /data/volumes/gitea/{data,config} # mkdir -pv /data/volumes/gitea/{data,config}
# cd gitea by lcayun # cd gitea by lcayun
# chown 1000:1000 config/ data/ # chown 1000:1000 config/ data/
# pull:: docker compose --env-file ./gitea/env.cfg -f ./gitea/lky-prod.yml up pull # pull:: docker compose --env-file ./gitea/env.cfg -f ./gitea/lky-prod.yml pull
# RUN:: docker compose -p gitea --env-file ./gitea/env.cfg -f ./gitea/lky-prod.yml up -d # RUN:: docker compose -p gitea --env-file ./gitea/env.cfg -f ./gitea/lky-prod.yml up -d
services: services: