scrapinghub / splash

Lightweight, scriptable browser as a service with an HTTP API
BSD 3-Clause "New" or "Revised" License
4.08k stars 515 forks source link

Running the dockerhub image with --restart and -d options with docker-compose #714

Open zinyosrim opened 6 years ago

zinyosrim commented 6 years ago

Hi, I've a setup where I use docker-compose with a scrapy and a splash image which automatically pulls and starts the dockerhub splash image. I'd like to run it in production and therefore use the --restart and -d options. How can I do this? Thanks Zin

Gallaecio commented 4 years ago

Did you manage to solve your issue?