skip to Main Content

Cron job and docker

I have a web crawler. It must run periodically. I want to use Docker to host both script cronjob and database. I am able to write the Dockerfile and docker-compose.yaml below. I get the error below on command run `docker-compose…

VIEW QUESTION
Back To Top
Search