mirror of https://github.com/certd/certd
chore: 1
parent
28f535f41c
commit
1779e34773
|
@ -5,7 +5,7 @@ services: # 要拉起的服务们
|
|||
# context: ./
|
||||
# dockerfile: Dockerfile
|
||||
# ↓↓↓↓↓ 修改镜像版本号
|
||||
image: registry.cn-shenzhen.aliyuncs.com/handsfree/certd:v${TAG}
|
||||
image: registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${TAG}
|
||||
container_name: certd # 容器名
|
||||
restart: unless-stopped # 重启
|
||||
volumes: # 挂载目录
|
||||
|
|
Loading…
Reference in New Issue