Skip to content

Commit

Permalink
Docs: fix preview_url_prefix config example: values needs to include …
Browse files Browse the repository at this point in the history
…the protocol
  • Loading branch information
brusch committed Mar 11, 2024
1 parent cbc427c commit 8d7434b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To install it, please add it in your Docker Compose services stack as [https://g
Configure the Docker services accordingly:

- `pimcore.gotenberg.base_url` which by default to `http://gotenberg:3000`
- `pimcore.documents.preview_url_prefix` for example to `nginx:80`
- `pimcore.documents.preview_url_prefix` for example to `http://nginx:80`

Make sure to add and install the required library via composer:
```bash
Expand Down

0 comments on commit 8d7434b

Please sign in to comment.