diff options
-rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index cc73775..943b9cb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ # limitations under the License. # -version: "2" +version: "2.1" services: mongo: image: mongo:3 @@ -35,7 +35,7 @@ services: MYSQL_USER: rene # APP *************************************************************************************** nbi: - image: ${NEXUS_DOCKER_REPO}/onap/externalapi/nbi:latest + image: ${NEXUS_DOCKER_REPO}/onap/externalapi/nbi:${DOCKER_IMAGE_VERSION:-latest} ports: - 8080:8080 env_file: |