We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a294f commit 02b3350Copy full SHA for 02b3350
.travis.yml
@@ -14,4 +14,4 @@ before_install:
14
- ./.travis/download.sh
15
16
script:
17
- - docker run marklogiccommunity/marklogic-datahub:${ML_VERSION}
+ - docker-compose run marklogic
docker-compose.yml
@@ -1,7 +1,7 @@
1
-version: '2'
+version: '3'
2
services:
3
marklogic:
4
- image: marklogiccommunity/marklogic-datahub-2x
+ image: marklogiccommunity/marklogic-datahub:${ML_VERSION}
5
build:
6
context: .
7
dockerfile: ./.travis/Dockerfile
0 commit comments