diff options
Diffstat (limited to 'ms/blueprintsprocessor/distribution/src/main/dc')
-rwxr-xr-x | ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml b/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml index c0eade509..1e1974427 100755 --- a/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml +++ b/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml @@ -22,9 +22,6 @@ services: ports:
- "8000:8080"
restart: always
- volumes:
- - ~/share/vm_ms/blueprintsprocessor/config:/opt/app/onap/config
- - ~/share/vm_ms/blueprintsprocessor/logs:/logs
environment:
APPLICATIONNAME: BlueprintsProcessor
BUNDLEVERSION: 1.0.0
|