Merge pull request #1499 from AliMickey/patch-1

Update README.md
This commit is contained in:
Mike Cao 2022-09-07 14:04:32 -07:00 committed by GitHub
commit 6941efa26d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ or change the [port](https://nextjs.org/docs/api-reference/cli#production) to se
To build the umami container and start up a Postgres database, run:
```bash
docker-compose up
docker compose up
```
Alternatively, to pull just the Umami Docker image with PostgreSQL support:
@ -97,8 +97,8 @@ yarn build
To update the Docker image, simply pull the new images and rebuild:
```bash
docker-compose pull
docker-compose up --force-recreate
docker compose pull
docker compose up --force-recreate
```
## License