Skip to content

Commit 02b3350

Browse files
committed
running via docker-compose
1 parent 27a294f commit 02b3350

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ before_install:
1414
- ./.travis/download.sh
1515

1616
script:
17-
- docker run marklogiccommunity/marklogic-datahub:${ML_VERSION}
17+
- docker-compose run marklogic

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version: '2'
1+
version: '3'
22
services:
33
marklogic:
4-
image: marklogiccommunity/marklogic-datahub-2x
4+
image: marklogiccommunity/marklogic-datahub:${ML_VERSION}
55
build:
66
context: .
77
dockerfile: ./.travis/Dockerfile

0 commit comments

Comments
 (0)