A minimal Caddy image with init and user.
3.3K
A minimal caddy image with init and user.
| OS/ARCH | Description |
|---|---|
linux/amd64 | 64-bit x86 architecture for Linux operating systems |
linux/arm64 | 64-bit ARM architecture for Linux operating systems |
| Type | Container | Function |
|---|---|---|
| Port | 80 | HTTP port |
| Port | 443 | HTTPS port |
| Port | 443/udp | HTTP/3 port |
| Volume | /config | Application configuration |
| Volume | /data | Application data |
Note
Refer to
Caddy Documentation for official documentation.
docker run --name caddy -d -p 80:80 -p 443:443 -p 443:443/udp -v PATH:/config -v PATH:/data kgrv/caddy
services:
caddy:
image: kgrv/caddy
container_name: caddy
restart: unless-stopped
ports:
- 80:80
- 443:443
- 443:443/udp
volumes:
- PATH:/config
- PATH:/data
- SITE:/srv
- /etc/localtime:/etc/localtime:ro
Content type
Image
Digest
sha256:c7d582036…
Size
15.2 MB
Last updated
about 1 month ago
docker pull kgrv/caddy