From 93b3c15399f704d13d0c52820c9fd66293cc91b3 Mon Sep 17 00:00:00 2001 From: traveler Date: Thu, 4 Sep 2025 20:46:36 -0500 Subject: [PATCH] fd --- joplin.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/joplin.yaml b/joplin.yaml index b94b2ec..ab3f376 100644 --- a/joplin.yaml +++ b/joplin.yaml @@ -8,16 +8,16 @@ services: volumes: - /DockerVol/joplindb:/var/lib/postgresql/data restart: unless-stopped + user: "1001:998" networks: - netgrimoire environment: - POSTGRES_PASSWORD=postgres - POSTGRES_USER=postgres - POSTGRES_DB=joplin - - PUID=999 - - PGID=1001 + - PUID=1001 + - PGID=998 - TZ=America/Chicago - user: "1001:998" deploy: placement: constraints: @@ -35,8 +35,8 @@ services: networks: - netgrimoire environment: - - PUID=999 - - PGID=1001 + - PUID=1001 + - PGID=998 - TZ=America/Chicago - APP_PORT=22300 - APP_BASE_URL=https://joplin.netgrimoire.com