Browse Source

added version

devops.bizgaze 1 year ago
parent
commit
03d647a903
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      docker-compose.yml

+ 1
- 0
docker-compose.yml View File

@@ -6,6 +6,7 @@ services:
6 6
     container_name: bizgaze_application_${containername}
7 7
     ports:
8 8
       - "${hostport}:80"
9
+      - "version:1"
9 10
     volumes:
10 11
       - ${application_appsettings}:/opt/bizgaze/appsettings.json
11 12
       - ${settings_dir}:/opt/bizgaze/wwwroot/settings

Loading…
Cancel
Save