You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
I had the same issue.
When stopping the container, running docker-compose down -v instead of docker-compose down worked for me.
It stopped exiting with code 0 when running docker-compose up.
But I don't know if this is the right way to avoid this issue.
In issue [#33][1] there was a request for having the container add
the configuration files at runtime, instead of having to build from
your own Dockerfile.
I was first sceptical of this, since this would deviate quite a bit
from the original setup of this image, but I think I have found a
method that is sort of backwards compatible while still allowing
people to just mount a local folder and have it work.
This will also allow us to update the config files currently in
nginx_conf.d, and have them propagate to users mounting folders
into the container.
[1]: JonasAlfredsson/docker-nginx-certbot#33
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I can't get the container to run. After
docker-compose up
, it spit out some trace, then exit with code 0.The traces:
My setup:
Docker-compose.yml:
app.conf:
✅ No ISP restriction on port 80 or 443
✅ Port 80 and 443 are opened and forwarded correctly
My DNS is NoIP (A DDNS provider)
Everything seems in order, then where's the issue?
(Also is it possible to make the trace less verbose? It seems to print out every line of code it's executing, and I don't need that in my logs.)
Thanks
The text was updated successfully, but these errors were encountered: