db
This commit is contained in:
parent
5869d2eb63
commit
03a28926ee
@ -6,7 +6,7 @@ services:
|
||||
volumes:
|
||||
- /volume1/docker/joplin/db:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5433:5432"
|
||||
- "5432:5432"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
@ -26,7 +26,7 @@ services:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_DATABASE=joplin
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PORT=5433
|
||||
- POSTGRES_PORT=5432
|
||||
- POSTGRES_HOST=db
|
||||
- MAILER_ENABLED=0
|
||||
- MAILER_HOST=smtp.gmail.com
|
||||
|
Loading…
Reference in New Issue
Block a user