From fa79bf41d6cb5f322751cc9cede0bf28522221ca Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Aug 2021 15:18:46 +0200 Subject: [PATCH] Update README.md --- joplin/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/joplin/README.md b/joplin/README.md index 22d73bf41..e5c8d6d43 100644 --- a/joplin/README.md +++ b/joplin/README.md @@ -31,6 +31,17 @@ Webui can be found at APP_BASE_URL: This is the base public URL where the service will be running. For example, if you want it to run from https://example.com/joplin, this is what you should set the URL to. The base URL can include the port. ``` +To use an existing PostgresSQL server, set the following variables in the config: +Make sure that the provided database and user exist as the server will not create them. +``` +DB_CLIENT=pg +POSTGRES_PASSWORD=joplin +POSTGRES_DATABASE=joplin +POSTGRES_USER=joplin +POSTGRES_PORT=5432 +POSTGRES_HOST=localhost +``` + ## Support Create an issue on github