1
0
mirror of https://github.com/qdm12/caddy-scratch.git synced 2022-03-12 19:25:15 +03:00
Files
caddy-scratch-web-server/Caddyfile
Quentin McGaw 0d507d5afb Fix Caddy v2 image
- Using default Caddyfile instead of flags
- Using single caddydir volume (for osx+windows)
- Image based on Alpine as caddy not built statically
- Fixed Caddy docker tags documentation
2020-05-22 11:09:00 -04:00

6 lines
66 B
Caddyfile

{
admin 0.0.0.0:2019
http_port 8080
https_port 8443
}