From 0e2780ac774ea337bf41f44b419147a6071b21a3 Mon Sep 17 00:00:00 2001 From: Carsten Date: Wed, 18 Jun 2025 12:59:51 +0200 Subject: [PATCH] fix(service): Joplin volume name (#5930) --- templates/compose/joplin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/joplin.yaml b/templates/compose/joplin.yaml index 8860cee3a..9dbfd470c 100644 --- a/templates/compose/joplin.yaml +++ b/templates/compose/joplin.yaml @@ -8,7 +8,7 @@ services: postgres: image: 'postgres:16' volumes: - - joplin-postgresql-data:/var/lib/postgresql/data' + - joplin-postgresql-data:/var/lib/postgresql/data environment: - POSTGRES_PASSWORD=${SERVICE_PASSWORD_64_POSTGRES} - POSTGRES_USER=${SERVICE_USER_POSTGRES}