animeic 2 年之前
父节点
当前提交
6a153b805c
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      docker-compose.yaml

+ 4 - 2
docker-compose.yaml

@@ -73,6 +73,8 @@ services:
     environment: 
       NATS: nats://box-bus:4222
       TOPDF_ADDR: http://office-pdf:3000
+    volumes:
+      - ~/data/packs-box/signature:/root/box-cost/signature
 
   # 用户中心 8908
   box-usercenter:
@@ -96,5 +98,5 @@ services:
     image: thecodingmachine/gotenberg:6.4.4
     restart: always
     # dev
-    # ports:
-    #   - 3000:3000
+    ports:
+      - 3000:3000