fix(service): Joplin volume name (#5930)

This commit is contained in:
Carsten
2025-06-18 12:59:51 +02:00
committed by GitHub
parent dccb2fcbb5
commit 0e2780ac77

View File

@@ -8,7 +8,7 @@ services:
postgres: postgres:
image: 'postgres:16' image: 'postgres:16'
volumes: volumes:
- joplin-postgresql-data:/var/lib/postgresql/data' - joplin-postgresql-data:/var/lib/postgresql/data
environment: environment:
- POSTGRES_PASSWORD=${SERVICE_PASSWORD_64_POSTGRES} - POSTGRES_PASSWORD=${SERVICE_PASSWORD_64_POSTGRES}
- POSTGRES_USER=${SERVICE_USER_POSTGRES} - POSTGRES_USER=${SERVICE_USER_POSTGRES}