mirror of
https://github.com/certd/certd.git
synced 2026-07-22 19:17:32 +08:00
chore: 1
This commit is contained in:
@@ -2,11 +2,11 @@ version: '3.3' # 兼容旧版docker-compose
|
|||||||
services:
|
services:
|
||||||
certd:
|
certd:
|
||||||
# 镜像 # ↓↓↓↓↓ ---- 镜像版本号,建议改成固定版本号,例如:certd:1.29.0
|
# 镜像 # ↓↓↓↓↓ ---- 镜像版本号,建议改成固定版本号,例如:certd:1.29.0
|
||||||
image: registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest
|
image: registry.cn-shenzhen.aliyuncs.com/certd/certd:latest
|
||||||
# image: ghcr.io/certd/certd:latest # --------- 如果 报镜像not found,可以尝试其他镜像源
|
# image: ghcr.io/certd/certd:latest # --------- 如果 报镜像not found,可以尝试其他镜像源
|
||||||
# image: greper/certd:latest
|
# image: greper/certd:latest
|
||||||
# --------- 生产建议使用稳定版, latest改成stable即可
|
# --------- 生产建议使用稳定版, latest改成stable即可
|
||||||
# image: registry.cn-shenzhen.aliyuncs.com/handsfree/certd:stable
|
# image: registry.cn-shenzhen.aliyuncs.com/certd/certd:stable
|
||||||
|
|
||||||
|
|
||||||
# security_opt: # --------- 如果slim镜像下启动报错,尝试去掉这两行注释
|
# security_opt: # --------- 如果slim镜像下启动报错,尝试去掉这两行注释
|
||||||
|
|||||||
Reference in New Issue
Block a user