From f51999f9b838b1a7e073cdb6017c99cd51dd05b7 Mon Sep 17 00:00:00 2001 From: Lennart Goedhart Date: Fri, 27 Dec 2024 08:24:31 +1100 Subject: [PATCH] docs: additional version upgrade documentation comment User `docker pull` if image tag is set to `latest`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 945131b67..cd05473fc 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ docker compose -f docker/docker-compose.build.yml up -d #### Upgrade Version -1. Increase the version of the `ghostfolio/ghostfolio` Docker image in `docker/docker-compose.yml` +1. Increase the version of the `ghostfolio/ghostfolio` Docker image in `docker/docker-compose.yml`, or run `docker compose -f docker/docker-compose.yml pull` if it's the `latest` tag. 1. Run the following command to start the new Docker image: `docker compose -f docker/docker-compose.yml up -d` At each start, the container will automatically apply the database schema migrations if needed.