From 061c27db764cf36e400c1ce2d50a0dd282c5bc4e Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:21:41 +0100 Subject: [PATCH] Update docker-compose.yml fix typo --- examples/chevereto/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chevereto/docker-compose.yml b/examples/chevereto/docker-compose.yml index f0c657e18..4229f14fe 100644 --- a/examples/chevereto/docker-compose.yml +++ b/examples/chevereto/docker-compose.yml @@ -21,7 +21,7 @@ services: CHEVERETO_ASSET_STORAGE_TYPE: local CHEVERETO_ASSET_STORAGE_URL: /images/_assets CHEVERETO_ASSET_STORAGE_BUCKET: /var/www/html/images/_assets - # only enable the next env if chevereto is run begind a reverse proxy + # only enable the next env if chevereto is run behind a reverse proxy # adjust to the corresponding http header of your reverse proxy, where a user's real IP is propagated # see https://github.com/chevereto/chevereto/issues/44 #CHEVERETO_HEADER_CLIENT_IP: X-Forwarded-For