Sign inSign up

gaozhenhai/caddy

By gaozhenhai

Updated over 1 year ago

Image
0

518

gaozhenhai/caddy repository overview

文件系统
  • 生成Caddyfile配置文件
vi /root/config/Caddyfile
:80 {
    tls [email protected]
    root * /data
    file_server {
    browse
    }
}
  • 运行服务端
docker run -d --net=host -v /root/config/Caddyfile:/etc/caddy/Caddyfile -v /var/www:/data gaozhenhai/caddy

Tag summary

Content type

Image

Digest

Size

15.4 MB

Last updated

about 6 years ago

docker pull gaozhenhai/caddy