瀏覽代碼

increased appversion to 12

devops@bizgaze.in 1 年之前
父節點
當前提交
a89cd5b587
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      docker-compose.yml

+ 2
- 1
docker-compose.yml 查看文件

@@ -9,11 +9,12 @@ services:
9 9
     volumes:
10 10
       - ${application_appsettings}:/opt/bizgaze/appsettings.json
11 11
       - ${settings_dir}:/opt/bizgaze/wwwroot/settings
12
+      - ${_files_dir}:/opt/bizgaze/wwwroot/_files
12 13
   bizgaze_automation:
13 14
     image: harbor.hireserver.com/bizgaze/automation:latest
14 15
     container_name: bizgaze_automation_${containername}
15 16
     volumes:
16 17
       - ${automation_appsettings}:/opt/automation/appsettings.json
17 18
     environment:
18
-      - appversion=11
19
+      - appversion=12
19 20
 

Loading…
取消
儲存