caddy-l4
Caddy reverse proxy with layer 4 addon
10K+
This is a Caddy reverse proxy image with the layer 4 addon baked in. The included layer 4 addon is from caddy-l4 and is compiled from source.
The tag number represents the Caddy version.
docker pull skleijkers/caddy-l4:latest
docker run --volume "./etc:/etc/caddy" \
--name caddy --rm \
--net=host \
skleijkers/caddy-l4:latest
services:
caddy:
image: skleijkers/caddy-l4:latest
container_name: caddy
restart: unless-stopped
cap_add:
- NET_ADMIN
volumes:
- ./etc:/etc/caddy
- ./data:/data
- ./config:/config
network_mode: host
| Service | Port |
|---|---|
| Control | 2019 |
| HTTP | 80 |
| HTTPS | 443 |
| Volume | Description |
|---|---|
| /etc/caddy | Where the Caddyfile is placed |
| /data | Where the Caddy data will be placed |
| /config | Where the autosave config will be placed |
A Caddyfile should be placed in the /etc/caddy volume. For more information about the Caddyfile see the Caddy documentation.
Furthermore, this image has the layer 4 addon baked in. For more information about the layer 4 addon see the caddy-l4 documentation.
Content type
Image
Digest
sha256:96266af31…
Size
39.6 MB
Last updated
about 2 months ago
docker pull skleijkers/caddy-l4