Update caddy/content.md with one more change completing the intended change from commit d860ee48

This commit is contained in:
Bjoern Ludwig 2024-10-19 18:34:42 +02:00
parent c798339810
commit c64b526909
No known key found for this signature in database
GPG Key ID: 37C6D67B8755979E
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ See https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes for more details.
### Docker Compose example ### Docker Compose example
If you prefer to use `docker compose` to run your stack, here's a sample service definition which goes in a file named `compose.yaml`. If you prefer to use `docker compose` to run your stack, here's a sample service definition which goes in a file named `compose.yaml`. The configuration assumes you put a custom Caddyfile into `$PWD/conf` as described [above](#basic-usage).
```yaml ```yaml
services: services:
@ -137,7 +137,7 @@ services:
- "443:443" - "443:443"
- "443:443/udp" - "443:443/udp"
volumes: volumes:
- $PWD/caddyfile:/etc/caddy - $PWD/conf:/etc/caddy
- $PWD/site:/srv - $PWD/site:/srv
- caddy_data:/data - caddy_data:/data
- caddy_config:/config - caddy_config:/config