From 0c89de8065f7eada7f7d2e6b5d988fd15a250c6c Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 26 Jun 2020 19:16:41 +0200 Subject: Fix previous comment, also fix link in docs --- docker/lemmy.hjson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/lemmy.hjson b/docker/lemmy.hjson index c8dd2818..89da4689 100644 --- a/docker/lemmy.hjson +++ b/docker/lemmy.hjson @@ -20,9 +20,9 @@ password: "password" # host where postgres is running host: "postgres" - # port where postgres can be accessed - port: 5432 } + # The location of the frontend + front_end_dir: "/app/dist" # # optional: email sending configuration # email: { # # hostname of the smtp server -- cgit v1.2.3