Comment on Caddy touble in Docker
W3dd1e@lemmy.zip 1 week agoYes it works fine if I build the container from The imagine directly inside the container station app, but I’m having trouble pointing that to the Caddyfile.
If I try to create the container from a docker compose file, it says it can’t bind to port 443 because it’s already in use.
captcha_incorrect@lemmy.world 1 week ago
Have you tried running it but not exposing any ports using docker compose?EDIT: Saw that it worked with 4443:443.