Skip to content

Commit

Permalink
syntax highlighting (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl authored Sep 11, 2024
1 parent d35acfe commit 865b8b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ See [`docker-compose.yml`](https://github.com/wemake-services/caddy-gen/blob/mas

> [!NOTE]
> Literal `$` should be doubled (`$$`) to avoid [docker compose interpolation](https://docs.docker.com/reference/compose-file/interpolation), e.g.:
> ```
> ```yaml
> labels:
> virtual.host.directives: |
> basic_auth {
Expand Down Expand Up @@ -198,7 +198,7 @@ With this custom template, Caddy-gen will act as a reverse proxy for service
containers and store their logs under the appropriate host folder in
`/var/logs`.

```jinja
```caddy
# file: ./caddy/template
(redirectHttps) {
@http {
Expand Down Expand Up @@ -256,7 +256,7 @@ staging environment](https://letsencrypt.org/docs/staging-environment/). This
is [useful for testing](https://caddyserver.com/docs/automatic-https#testing)
without running up against rate limits when you want to deploy.

```jinja
```caddy
# file: ./caddy/global_options
{
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
Expand Down

0 comments on commit 865b8b2

Please sign in to comment.