Compare commits

...

3 Commits

Author SHA1 Message Date
Jahidul Islam c9cf6013f9
Merge d58b987a1b into 7a75639dd3 2024-05-07 09:21:55 +04:00
Mike Cao 7a75639dd3
Update README.md 2024-05-06 21:24:17 -07:00
Mike Cao fb16cae12e
Update README.md 2024-05-06 11:16:54 -07:00
1 changed files with 3 additions and 2 deletions

View File

@ -72,13 +72,13 @@ docker compose up -d
Alternatively, to pull just the Umami Docker image with PostgreSQL support:
```bash
docker pull ghcr.io/umami-software/umami:postgresql-latest
docker pull docker.umami.is/umami-software/umami:postgresql-latest
```
Or with MySQL support:
```bash
docker pull ghcr.io/umami-software/umami:mysql-latest
docker pull docker.umami.is/umami-software/umami:mysql-latest
```
## Getting updates
@ -101,3 +101,4 @@ docker compose up --force-recreate
## License
MIT