From f9635d8fd6b57b8f2334096e0ea06f8ee0e06f11 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 20 Aug 2022 09:01:41 +0200 Subject: [PATCH] Improve documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 729a2802a..2ae2808cf 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Open http://localhost:3333 in your browser and accomplish these steps: 1. Increase the version of the `ghostfolio/ghostfolio` Docker image in `docker/docker-compose.yml` 1. Run the following command to start the new Docker image: `docker-compose --env-file ./.env -f docker/docker-compose.yml up -d` -At each start container will automatically upgrade database schema if needed. + At each start, the container will automatically apply the database schema migrations if needed. ### Run with _Unraid_ (Community)