https://github.com/winglim/caddy-docker
Caddy V2 docker image with modules in multi platforms.
https://github.com/winglim/caddy-docker
caddy docker image modules
Last synced: 10 months ago
JSON representation
Caddy V2 docker image with modules in multi platforms.
- Host: GitHub
- URL: https://github.com/winglim/caddy-docker
- Owner: WingLim
- License: apache-2.0
- Created: 2021-04-24T06:58:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T08:47:35.000Z (over 4 years ago)
- Last Synced: 2025-01-16T12:52:41.244Z (12 months ago)
- Topics: caddy, docker, image, modules
- Language: Dockerfile
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caddy-docker
[](https://github.com/WingLim/caddy-docker/actions/workflows/build.yml)

[](https://github.com/users/WingLim/packages/container/package/caddy)

Caddy V2 docker image with modules in multi platforms.
Using Caddy v2.4.0
## Platform
- linux/amd64
- linux/386
- linux/arm64
- linux/arm/v7
- linux/arm/v6
- linux/ppc64le
- linux/s390x
## Modules
This image add modules below:
1. [caddy-webhook](https://github.com/WingLim/caddy-webhook)
2. [caddy-exec](https://github.com/abiosoft/caddy-exec)
## Usage
```shell
docker run -itd \
-p 80:80 -p 443:443
-v $PWD/Caddyfile:/etc/caddy/Caddyfile \
-v $PWD/caddy_data:/data\
winglim/caddy
```