From 98f05d7570ba90aac9706e1164d6d8b82a689f5b Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 25 Dec 2022 16:48:32 +0100 Subject: [PATCH] Updated UPDATING.md --- UPDATING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/UPDATING.md b/UPDATING.md index 77e2cd68..c4e3cd0c 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -3,6 +3,17 @@ This document will hold all information on how to update between major versions. +## Update from `v2.4.0` to `v3.0.0` (`v3.0.0-beta-1`) + +**PR:** https://github.com/cytopia/devilbox/pull/942 + +This PR introduces new `.env` variables, so you are required to copy `env-example` over to `.env`. +Also ensure to stop and remove containers. +```bash +docker-compose stop +docker-compose rm -f +``` + ## Update from `v1.8.1` to `v1.8.2` **PR:** https://github.com/cytopia/devilbox/pull/750