Updated description for startup with docker compose

pull/219/head
Max Mönch 2020-09-25 08:37:08 +02:00 committed by GitHub
parent 59a3c7c0e2
commit 801235fdbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ To build the umami container and start up a Postgres database, run:
docker-compose up docker-compose up
``` ```
> If you only using the docker-compose file without cloning the directory, don't forget to copy the **sql/schema.postgresql.sql** folder and file in the same directory as your docker-compose file.
Alternatively, to pull just the Umami Docker image with PostgreSQL support: Alternatively, to pull just the Umami Docker image with PostgreSQL support:
```bash ```bash
docker pull ghcr.io/mikecao/umami:postgresql-latest docker pull ghcr.io/mikecao/umami:postgresql-latest