Update PostgreSQL DSN in Docker.md

docker compose file defines network as db not postgres
This commit is contained in:
Manuel 2025-11-09 20:00:39 +01:00 committed by GitHub
parent ba496919dd
commit 2c73a955e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,7 @@ Now, login to [http://localhost:8888/?admin](http://localhost:8888/?admin) with
To use PostgreSQL as the DB, in Admin Panel, click `Contacts`, check `Enable contacts` and , and under `Storage (PDO)` choose the following:
- Type: `PostgresSQL`
- Data Source Name (DSN): `host=postgres;port=5432;dbname=snappymail`
- Data Source Name (DSN): `host=db;port=5432;dbname=snappymail`
- User `snappymail`
- Password `snappymail`