caddy-docker-proxy icon indicating copy to clipboard operation
caddy-docker-proxy copied to clipboard

Caddy as a reverse proxy for Docker

Results 114 caddy-docker-proxy issues
Sort by recently updated
recently updated
newest added

Hi, I'm self hosting a searxng instance using their docker file. However, using their default docker-compose.yaml file I get a "tcp 127.0.0.1:8080 already in use" error. They set "network_mode =...

Hi, what would be the best practive in caddy-docker-proxy for easily enabling and disabling a maintenance mode with a custom html file? Thank you

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @​SuperQ in stretchr/testify#1394 Document that require is not safe to...

dependencies

Given the labels of a container that runs a process listening on port 3000 (port inside the container). The application container and the caddy container are in the same custom...

Hi, is it possible to run caddy-docker-proxy on host networking so I don't need to assign it to same networks as the containers? I used to do that with traefik...

Probably a dumb configuration issue, but I think I have a minimal example and have double checked instructions. This reverse proxy works when configured via a Caddyfile, but not via...

Hello there, First: thank you very much for the project, it is really useful ! I have a personal VPS that only has native IPv6 connectivity and I'm running a...

I'd like to have a default reverse proxy entry for any container on the `{containername}.local.co`, with the port that's exposed, if there's only one (if multiple it's to be added...

I am having this problem where all of my login attempts to Nextcloud end up outputting the public IP address. My proxy docker-compose: ``` version: "3.7" services: caddy: # see...

Hello, you have a great product, but would like to run in different runtime, such as containerd. Now when trying to do this an errors of not funding dockerd.socket. It...