8 lines
203 B
YAML
8 lines
203 B
YAML
services:
|
|
caddy:
|
|
image: caddy:2
|
|
volumes:
|
|
- ./Caddyfile:/config/Caddyfile:ro
|
|
- ../data/websites:/websites:ro
|
|
command: caddy run --config /config/Caddyfile
|
|
network_mode: host
|