This commit is contained in:
mathieu 2024-05-31 20:22:16 +02:00
parent 5869d2eb63
commit 03a28926ee

View File

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