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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}