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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ Note that the container names will have the `project` name embedded - which is t
21
21
- if you want to use a specific SQL engine - for example `scalar` - you will need an image that supports that engine;
22
22
- if you want to access the database from outside the `docker network` - for example from an app running direcly on the local host - then set `EXTERNAL_ADDRESS`;
23
23
- either in the `.env` file, _or_ by setting `EXTERNAL_ADDRESS` on the `docker-compose up` command-line;
24
+
- set to the address of the local host machine (Ex `192.168.0.123`);
25
+
- on some platforms, setting `EXTERNAL_ADDRESS` to `127.0.0.1` also works;
24
26
- if you want to import initial state from a database backup into the new database, set `IMPORT_SOURCE` to a path
25
27
on the _local_ machine. The SM container will mount this file as a volume and extract (`untar`) it into the
0 commit comments