Skip to content

Commit

Permalink
docs: add cache key to .env changes
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof authored Jan 1, 2024
1 parent f16971b commit 75d1003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/upgrading/from_seat_4_0/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

Expand Down Expand Up @@ -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` |
Expand Down

0 comments on commit 75d1003

Please sign in to comment.