Skip to content

Commit 7a8a39d

Browse files
committed
refined README
1 parent 2fdabc4 commit 7a8a39d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Note that the container names will have the `project` name embedded - which is t
2121
- if you want to use a specific SQL engine - for example `scalar` - you will need an image that supports that engine;
2222
- 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`;
2323
- 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;
2426
- if you want to import initial state from a database backup into the new database, set `IMPORT_SOURCE` to a path
2527
on the _local_ machine. The SM container will mount this file as a volume and extract (`untar`) it into the
2628
archive dir prior to starting the SM process;

0 commit comments

Comments
 (0)