You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ Assuming you want to use `config.yaml` from the current directory:
18
18
```bash
19
19
docker run -it -v ${PWD}:/config lutraconsulting/mergin-db-sync:latest /config/config.yaml
20
20
```
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.
24
24
25
25
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.
0 commit comments