fix(service): Joplin volume name (#5930)
This commit is contained in:
parent
dccb2fcbb5
commit
0e2780ac77
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue