2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01:00
Files
dockerfiles_vimagick/phantomjs/selenium/docker-compose.yml
2016-11-23 18:40:53 +08:00

9 lines
151 B
YAML

phantomjs:
image: vimagick/selenium-node-phantomjs
ports:
- "5555"
environment:
- HUB_HOST=1.2.3.4
- HUB_PORT=4444
restart: always