Skip to content

Commit 2c48903

Browse files
authored
Merge pull request #1711 from BillFarber/task/useDockerInJenkins
Add 8011 to open ports in the docker container.
2 parents 6a02454 + f0ed1c9 commit 2c48903

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test-app/docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ services:
1414
- ${MARKLOGIC_LOGS_VOLUME}:/var/opt/MarkLogic/Logs
1515
ports:
1616
- "8000-8002:8000-8002"
17-
- "8012:8012"
18-
- "8014:8014"
17+
- "8011-8014:8011-8014"
1918
- "8020:8020"
2019

2120
volumes:

0 commit comments

Comments
 (0)