From 75d1003876785192f75d285174c23ddee0d0498a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Leuilliot?= Date: Mon, 1 Jan 2024 20:50:34 +0100 Subject: [PATCH] docs: add cache key to .env changes --- docs/upgrading/from_seat_4_0/docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/upgrading/from_seat_4_0/docker.md b/docs/upgrading/from_seat_4_0/docker.md index 2398834..4bc3a32 100644 --- a/docs/upgrading/from_seat_4_0/docker.md +++ b/docs/upgrading/from_seat_4_0/docker.md @@ -74,6 +74,7 @@ The table bellow is provided as a variable mapping between SeAT 4.x and SeAT 5.x |-----------------------------|--------------------------------| | `TRAEFIK_DOMAIN=seat.local` | `SEAT_DOMAIN=seat.seat.local` | | `SEAT_SUBDOMAIN=seat` | `SEAT_DOMAIN=seat.seat.local` | +| `REDIS_HOST=redis` | `REDIS_HOST=cache` | | | `PROXY_BACKEND_HTTP_PORT=8080` | | | `LOG_LEVEL=error` | @@ -230,6 +231,7 @@ The table bellow is provided as a variable mapping between SeAT 4.x and SeAT 5.x |-----------------------------|--------------------------------| | `TRAEFIK_DOMAIN=seat.local` | `SEAT_DOMAIN=seat.seat.local` | | `SEAT_SUBDOMAIN=seat` | `SEAT_DOMAIN=seat.seat.local` | +| `REDIS_HOST=redis` | `REDIS_HOST=cache` | | | `PROXY_BACKEND_HTTP_PORT=8080` | | | `LOG_LEVEL=error` |