modify(directory): directory modify

This commit is contained in:
GengY
2024-03-05 10:25:33 +08:00
parent 2b1c68b2d5
commit 5d80a9e021
16 changed files with 13 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
# mkdir -pv gitea/{data,config}
# cd gitea
# chown 1000:1000 config/ data/
# pull:: docker compose --env-file ./gitea/env.cfg -f ./gitea/stack.yml pull
# Run:: docker compose -p gitea --env-file ./gitea/env.cfg -f ./gitea/stack.yml up -d
# pull:: docker compose --env-file ./gitea/env.cfg -f ./gitea/prod.stack.yml pull
# Run:: docker compose -p gitea --env-file ./gitea/env.cfg -f ./gitea/prod.stack.yml up -d
version: "3.9"
services:
@@ -19,6 +19,7 @@ services:
- ${Volumes_PATH}/config:/etc/gitea
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- TZ=Asia/Shanghai
ports:
- 3000:3000
- 2222:2222