{
    admin 0.0.0.0:2019 # bind on all interfaces in the container

    servers :80 {
        name hello-server
    }    
}

# we need a site block  for the config to be valid.

:80 {
    handle /caddyfile-static-hello* {
        respond "Hello, caddyfile-static-hello is running!"
    }
}