mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Bump version.
This commit is contained in:
parent
b829d84fc1
commit
81ca9c9665
3 changed files with 23 additions and 24 deletions
|
|
@ -76,12 +76,12 @@ docker-compose up
|
|||
|
||||
Alternatively, to pull just the Umami Docker image with PostgreSQL support:
|
||||
```bash
|
||||
docker pull docker.umami.dev/umami-software/umami:postgresql-latest
|
||||
docker pull docker.umami.is/umami-software/umami:postgresql-latest
|
||||
```
|
||||
|
||||
Or with MySQL support:
|
||||
```bash
|
||||
docker pull docker.umami.dev/umami-software/umami:mysql-latest
|
||||
docker pull docker.umami.is/umami-software/umami:mysql-latest
|
||||
```
|
||||
|
||||
## Getting updates
|
||||
|
|
@ -92,7 +92,6 @@ To get the latest features, simply do a pull, install any new dependencies, and
|
|||
git pull
|
||||
yarn install
|
||||
yarn build
|
||||
yarn update-db
|
||||
```
|
||||
|
||||
To update the Docker image, simply pull the new images and rebuild:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue