Adding port to be published

This commit is contained in:
ageekymonk
2017-12-13 11:55:59 +11:00
parent 31b2bff463
commit df7555a2bb
2 changed files with 25 additions and 18 deletions
@@ -5,6 +5,8 @@ services:
image: selenium/hub:${SELENIUM_HUB_VERSION}
environment:
GRID_TIMEOUT: ${GRID_TIMEOUT}
ports:
- ${PUBLISH_PORT}:4444
labels:
io.rancher.container.pull_image: always
{{- end}}