浏览代码

increased appversion to 952

父节点
当前提交
e058394143
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      docker-compose.yml

+ 3
- 3
docker-compose.yml 查看文件

@@ -11,18 +11,18 @@ services:
11 11
       - ${settings_dir}:/opt/bizgaze/wwwroot/settings
12 12
       - ${_files_dir}:/opt/bizgaze/wwwroot/_files
13 13
     environment:
14
-      - appversion=951
14
+      - appversion=952
15 15
   bizgaze_assets:
16 16
     image: harbor.hireserver.com/${reponame}/assets:latest
17 17
     container_name: bizgaze_assets_${containername}
18 18
     ports:
19 19
       - "${assetsport}:80"
20 20
     environment:
21
-      - assetsversion=950
21
+      - assetsversion=951
22 22
   bizgaze_automation:
23 23
     image: harbor.hireserver.com/${reponame}/automation:latest
24 24
     container_name: bizgaze_automation_${containername}
25 25
     volumes:
26 26
       - ${automation_appsettings}:/opt/automation/appsettings.json
27 27
     environment:
28
-      - automationversion=950
28
+      - automationversion=951

正在加载...
取消
保存