- 更新 AdGuard Home、FRPC、FRPS、Gitea、GitLab、RustDesk 和 VaultWarden 的 Docker 镜像地址 - 使用阿里云容器镜像服务提供的镜像,以提高下载速度和可靠性 - 更新 Gitea 版本至 1.24.5,移除旧版本号
17 lines
374 B
YAML
17 lines
374 B
YAML
services:
|
|
gitea:
|
|
image: registry.cn-hangzhou.aliyuncs.com/37/gitea:1.24.5
|
|
container_name: gitea
|
|
environment:
|
|
- USER_UID=1000
|
|
- USER_GID=1000
|
|
restart: always
|
|
network_mode: bridge
|
|
volumes:
|
|
- ./data:/data
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
ports:
|
|
- "8080:3000"
|
|
- "222:22"
|