Browse Source

Improve documentation

pull/4101/head
Thomas Kaul 8 months ago
parent
commit
7d4ee95dbd
  1. 16
      README.md

16
README.md

@ -137,9 +137,19 @@ docker compose -f docker/docker-compose.build.yml up -d
#### Upgrade Version #### Upgrade Version
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. Update the _Ghostfolio_ Docker image
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. - Increase the version of the `ghostfolio/ghostfolio` Docker image in `docker/docker-compose.yml`
- Run the following command if `ghostfolio:latest` is set:
```bash
docker compose -f docker/docker-compose.yml pull
```
1. Run the following command to start the new Docker image:
```bash
docker compose -f docker/docker-compose.yml up -d
```
The container will automatically apply any required database schema migrations during startup.
### Home Server Systems (Community) ### Home Server Systems (Community)

Loading…
Cancel
Save