Explorar el Código

changed service name

devops.bizgaze hace 1 año
padre
commit
002b071b80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml Ver fichero

@@ -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…
Cancelar
Guardar