Skip to content

Instantly share code, notes, and snippets.

@cheung31
Created September 6, 2017 05:51
Show Gist options
  • Save cheung31/fe628a7d5fa9475c962ed15a64943801 to your computer and use it in GitHub Desktop.
Save cheung31/fe628a7d5fa9475c962ed15a64943801 to your computer and use it in GitHub Desktop.
Docker Compose to start the scrapinghub/splash container
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