Skip to content
Snippets Groups Projects
Verified Commit aa361963 authored by Martin Weise's avatar Martin Weise
Browse files

Merge branch 'master' into dev

parents 2f90e17b 98fb2706
Branches
Tags
2 merge requests!422Fixed a library issue where the value could not be empty,!421Fixed a library issue where the value could not be empty
...@@ -389,7 +389,7 @@ services: ...@@ -389,7 +389,7 @@ services:
ports: ports:
- "80:8080" - "80:8080"
volumes: volumes:
- ./dbrepo-gateway-service/dbrepo.conf:/opt/bitnami/nginx/conf/server_blocks/dbrepo.conf:ro - ./conf/dbrepo.conf:/opt/bitnami/nginx/conf/server_blocks/dbrepo.conf:ro
depends_on: depends_on:
dbrepo-analyse-service: dbrepo-analyse-service:
condition: service_healthy condition: service_healthy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment