Closed dfsoeten closed 5 years ago
Seems to be an issue from docker-compose: https://github.com/docker/compose/issues/5745
Did you try running it with the flag --force-recreate
?
That brought the services up at least, but it doesn't seem to install the SSL certificate. That might has to do with this 🤦♂️
yeah, that's necessary
Aight okay, I need to play with that for a bit. Thanks for your help!
Hey, I'm trying to include this in my personal project to automatically setup SSL with docker & docker-compose.
When I try to start my containers with
docker-compose -f docker-compose.yml -f docker-compose.production.yml up
I get the following error:ERROR: for certbot Cannot start service certbot: network <hash> not found
.I put the following in my
docker-compose.production.yml
file:Do you have any idea what I could be doing wrong?