From a9ee92f065237345a68278a071fb6fa3b3935f06 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:44:18 +0100 Subject: [PATCH] Update Dockerfile --- linkwarden/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/linkwarden/Dockerfile b/linkwarden/Dockerfile index f80ef4369..4efda8cdf 100644 --- a/linkwarden/Dockerfile +++ b/linkwarden/Dockerfile @@ -29,6 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Install postgres +ENV PGDATA=/config/postgres RUN \ apt update && apt install vim gnupg2 lsb-release sudo -y && \ curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc| gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg && \