Browse Source

removed script volume

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

+ 0
- 1
docker-compose.yml View File

@@ -31,7 +31,6 @@ services:
31 31
     container_name: bizgaze_script_${containername}
32 32
     volumes:
33 33
       - ${application_appsettings}:/app/appsettings.json
34
-      - /home/bizgaze/bizgazescript/script.sh:/app/script.sh
35 34
     environment:
36 35
       - appurl=http://bizgaze_application:${hostport}
37 36
     depends_on:

Loading…
Cancel
Save