mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-29 19:54:55 +01:00
7 lines
160 B
Docker
7 lines
160 B
Docker
FROM abiosoft/caddy
|
|
|
|
LABEL "com.datadoghq.ad.logs"='[{"source": "caddy", "service": "web"}]'
|
|
|
|
COPY web/caddy/Caddyfile /etc/
|
|
COPY web/landing/www/ /srv/landing
|