fix(service): Joplin volume name (#5930)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user