chore: node 16

This commit is contained in:
xiaojunnuo
2023-05-26 12:48:06 +08:00
parent db8043ecb6
commit ddf98ff593
3 changed files with 14 additions and 2 deletions
+3
View File
@@ -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 # 重启