mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-11 11:32:01 +02:00
9 lines
151 B
YAML
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
|