Skip to content

Commit 19963f6

Browse files
authored
Highlight local PG network connection
1 parent 585ff92 commit 19963f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Assuming you want to use `config.yaml` from the current directory:
1818
```bash
1919
docker run -it -v ${PWD}:/config lutraconsulting/mergin-db-sync:latest /config/config.yaml
2020
```
21-
22-
If you are testing with a PostgreSQL instance on your localhost, add `--network host` option to the Docker command so that
23-
the container can reach the database on localhost.
21+
> [!NOTE]
22+
>If you are testing with a PostgreSQL instance on your localhost, add `--network host` option to the Docker command so that
23+
>the container can reach the database on localhost.
2424
2525
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.
2626

0 commit comments

Comments
 (0)