From 184e5c6f8ffbabe49a6ac14d6b807c3707b04829 Mon Sep 17 00:00:00 2001 From: gluap <44007906+gluap@users.noreply.github.com> Date: Fri, 3 Dec 2021 22:06:43 +0100 Subject: [PATCH] Properly split tasks into bulletpoints. --- UPGRADING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index 8e2e1fa..fffcf43 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -15,8 +15,10 @@ explicitly. Once we implement them, their usage will be described in the folder. * Leave the MongoDB service in place for now. * Update all other service descriptions. - * You can remove `redis` already. Generate a better password than the default for your - postgres user. Traefik rules have been simplified as all routes are handled + * You can remove `redis` already. + * Generate a better password than the default for your + postgres user. + * Traefik rules have been simplified as all routes are handled by the portal service now. * Start up the `mongo` and `postgres` services. Wait for postgres to finish initializing (see [README](README.md)).