From 19963f63ec757e19ab014a11eef93235d3985362 Mon Sep 17 00:00:00 2001 From: Fernandinand Date: Tue, 9 Sep 2025 14:25:58 +0100 Subject: [PATCH] Highlight local PG network connection --- docs/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index ac80001..adfe076 100644 --- a/docs/install.md +++ b/docs/install.md @@ -18,9 +18,9 @@ Assuming you want to use `config.yaml` from the current directory: ```bash docker run -it -v ${PWD}:/config lutraconsulting/mergin-db-sync:latest /config/config.yaml ``` - -If you are testing with a PostgreSQL instance on your localhost, add `--network host` option to the Docker command so that -the container can reach the database on localhost. +> [!NOTE] +>If you are testing with a PostgreSQL instance on your localhost, add `--network host` option to the Docker command so that +>the container can reach the database on localhost. The container can be used also on Windows, see [instructions on how to use with WSL](install_wsl.md), but generally it is recommended to use the executable linked above.