Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 11, 2024
1 parent fc2bcb6 commit 122e5a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ version: "3"
services:
caddy-gen:
container_name: caddy-gen
image: "wemakeservices/caddy-gen:latest"
image: wemakeservices/caddy-gen:latest # or ghcr.io/wemake-services/caddy-gen:latest
restart: always
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro # needs socket to read events
Expand Down Expand Up @@ -112,7 +112,7 @@ services:
- ./caddy-info:/data/caddy
```

### Add or modify reverse_proxy headers
### Add or modify reverse_proxy headers

With the following settings, the upstream host will see its own address instead
of the original incoming value. See [Headers](https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#headers).
Expand All @@ -121,7 +121,7 @@ of the original incoming value. See [Headers](https://caddyserver.com/docs/caddy
version: "3"
services:
caddy-gen:
image: "wemakeservices/caddy-gen:latest"
image: wemakeservices/caddy-gen:latest # or ghcr.io/wemake-services/caddy-gen:latest
restart: always
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro # needs socket to read events
Expand Down Expand Up @@ -152,7 +152,7 @@ and only requests to `/api/*` will be routed to the whoami service. See
version: "3"
services:
caddy-gen:
image: "wemakeservices/caddy-gen:latest"
image: wemakeservices/caddy-gen:latest # or ghcr.io/wemake-services/caddy-gen:latest
restart: always
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro # needs socket to read events
Expand Down

0 comments on commit 122e5a8

Please sign in to comment.