Commit 9ae10ddc79975ce7e89ae8a1347cb10e094bac2d
1 parent
42976e4dba
Exists in
master
and in
4 other branches
Remove kea prefix from volume name
Showing 1 changed file with 3 additions and 3 deletions
docker-compose-jfrog.yml
View file @
9ae10dd
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | - "80:80" |
70 | 70 | - "443:443" |
71 | 71 | volumes: |
72 | - - kea_api_volume:/var/www | |
72 | + - api_volume:/var/www | |
73 | 73 | |
74 | 74 | api: |
75 | 75 | image: registry.curex-project.eu:443/curex-local/kea_api:1.0.4 |
... | ... | @@ -78,7 +78,7 @@ |
78 | 78 | tty: true |
79 | 79 | working_dir: /var/www |
80 | 80 | volumes: |
81 | - - kea_api_volume:/var/www | |
81 | + - api_volume:/var/www | |
82 | 82 | environment: |
83 | 83 | - "APP_NAME=${APP_NAME}" |
84 | 84 | - "APP_ENV=${APP_ENV}" |
... | ... | @@ -167,5 +167,5 @@ |
167 | 167 | - GF_AUTH_ANONYMOUS_ORG_ROLE=Admin |
168 | 168 | |
169 | 169 | volumes: |
170 | - kea_api_volume: | |
170 | + api_volume: |