Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/secbone/docker-caddy
https://github.com/secbone/docker-caddy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/secbone/docker-caddy
- Owner: Secbone
- Created: 2019-06-14T06:13:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T03:28:08.000Z (5 months ago)
- Last Synced: 2024-08-02T03:11:54.754Z (5 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Caddy Server in Docker
[![Docker build][build-image]][hub-url]
[![Docker pulls][pulls-image]][hub-url]
[![Docker stars][stars-image]][hub-url]
[![Docker size][size-image]][size-url]## Usage
```
docker pull secbone/caddy
``````
docker run -d -v /path/to/Caddyfile:/srv/Caddyfile -p 80:80 -p 443:443 secbone/caddy
```[pulls-image]: https://img.shields.io/docker/pulls/secbone/caddy.svg?style=flat-square
[hub-url]: https://hub.docker.com/r/secbone/caddy/
[stars-image]: https://img.shields.io/docker/stars/secbone/caddy.svg?style=flat-square
[size-image]: https://images.microbadger.com/badges/image/secbone/caddy.svg
[size-url]: https://microbadger.com/images/secbone/caddy
[build-image]: https://img.shields.io/docker/build/secbone/caddy.svg?style=flat-square