Created
September 6, 2017 05:51
-
-
Save cheung31/fe628a7d5fa9475c962ed15a64943801 to your computer and use it in GitHub Desktop.
Docker Compose to start the scrapinghub/splash container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
scrapy: | |
image: scrapinghub/splash:latest | |
ports: | |
- "8050:8050" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment