mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-26 00:39:02 +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
|