João Monteiro
João Monteiro
@o-alquimista How does certbot complete the CA challenge if it is executed before the webserver is running?
Ah thank you. You cleared up some misconceptions I had regarding `--standalone`. 👌
I did try to create a volume: `docker volume create my-vol` and then have spin up 2 different containers (_using different images_) that both `COPY` a file to the same...
If it is just a documentation mistake, I think we can just remove the line that says: > **Changing the volume from within the Dockerfile:** If any build steps change...
Good afternoon everyone I was trying to figure out a way using docker containers as dev environments in a "IDE-independent" way. The kind of solution I found was to create...