mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: node 16
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
version: '3.3' # 指定docker-compose 版本
|
||||
services: # 要拉起的服务们
|
||||
certd:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
image: registry.cn-shenzhen.aliyuncs.com/handsfree/certd:latest
|
||||
container_name: certd # 容器名
|
||||
restart: unless-stopped # 重启
|
||||
|
||||
Reference in New Issue
Block a user