Skip to main content

All Questions

0 votes
1 answer
102 views

How do I configure Docker containers for Traefik Proxy correctly?

I was trying to test out Traefik Proxy, so I added Traefik labels to an existing Compose file I had for OpenSpeedTest. version: '3.3' services: speedtest: restart: unless-stopped ...
LittleBit's user avatar
0 votes
1 answer
1k views

caddy-docker-proxy to host port

I'm running cockpit on port 9090 on my host machine. In a docker container on the host is the caddy-docker-proxy. The reverse proxy (RP) container is linked to the host ports 80 and 443. Is there any ...
TheChubbyPanda's user avatar