From 2c73a955e20dde8882a59428f5e98db4901e79c8 Mon Sep 17 00:00:00 2001 From: Manuel <43859792+LoredCast@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:00:39 +0100 Subject: [PATCH] Update PostgreSQL DSN in Docker.md docker compose file defines network as db not postgres --- examples/docker/Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docker/Docker.md b/examples/docker/Docker.md index 28a17a9c3..9d5ec834f 100644 --- a/examples/docker/Docker.md +++ b/examples/docker/Docker.md @@ -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`