From 801235fdbb5fa2a85f139ea2b9261a0714ad3fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20M=C3=B6nch?= <30636033+MonksterFX@users.noreply.github.com> Date: Fri, 25 Sep 2020 08:37:08 +0200 Subject: [PATCH] Updated description for startup with docker compose --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 397dcdbf..03694b50 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ To build the umami container and start up a Postgres database, run: 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: ```bash docker pull ghcr.io/mikecao/umami:postgresql-latest