This commit is contained in:
Manuel 2026-03-13 08:15:43 +00:00 committed by GitHub
commit 14fd9c6c30
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`