From 00d0df731b4f153f731886882f2699499e671b70 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 30 Oct 2022 13:24:50 +0100 Subject: [PATCH] docs: improve upgrade instruction --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af31b29b..b6e00c4a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ The website is now listening available on `http://localhost:3000`, have fun with ### Upgrade to a new version -Just update the docker container by running `docker compose pull && docker compose up -d` +1. Check if your local `docker-compose.yml` and `.env` files are up to date with the files in the repository +2. Run `docker compose pull && docker compose up -d` to update your docker container > Note: If you installed Pingvin Share before it used Sqlite, you unfortunately have to set up the project from scratch again, sorry for that.