Feature/improve documentation of database migration (#1172)

* Improve documentation

* Update changelog
This commit is contained in:
Thomas Kaul
2022-08-20 10:22:02 +02:00
committed by GitHub
parent 57a14bd945
commit 48903238c5
2 changed files with 11 additions and 1 deletions

View File

@@ -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)