mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Update PostgreSQL DSN in Docker.md
docker compose file defines network as db not postgres
This commit is contained in:
parent
ba496919dd
commit
2c73a955e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue