Browse Source

changed service name

devops.bizgaze 1 year ago
parent
commit
002b071b80
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

@@ -10,7 +10,7 @@ services:
10 10
       - ${application_appsettings}:/opt/bizgaze/appsettings.json
11 11
       - ${settings_dir}:/opt/bizgaze/wwwroot/settings
12 12
       - ${_files_dir}:/opt/bizgaze/wwwroot/_files
13
-  bizgaze_automation:
13
+  bizgaze_assets:
14 14
     image: harbor.hireserver.com/${reponame}/assets:latest
15 15
     container_name: bizgaze_assets_${containername}
16 16
   bizgaze_automation:

Loading…
Cancel
Save