Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 349 Bytes

File metadata and controls

22 lines (17 loc) · 349 Bytes
title Caddy
toc false
breadcrumbs false

Language: Go · View source on GitHub

Dockerfile

FROM caddy:2
COPY src/Servers/CaddyServer/Caddyfile /etc/caddy/Caddyfile

Source — Caddyfile

:8080 {
    respond "OK" 200
}