Correct README.md so CONFIG_NAME is "standalone-sql" rather than the incorrect "standalone-mysql"

This commit is contained in:
Robert Adams
2022-08-19 15:08:30 +00:00
parent 5597574886
commit 87deb503b5
+2 -2
View File
@@ -59,7 +59,7 @@ cd opensim-docker/image-opensim
./build-opensim.sh
# Run the composed container set
CONFIG_NAME=standalone-mysql CONFIGKEY=secretPassword EXTERNAL_HOSTNAME=whateverTheHostnameIs ./run-standalone.sh
CONFIG_NAME=standalone-sql CONFIGKEY=secretPassword EXTERNAL_HOSTNAME=whateverTheHostnameIs ./run-standalone.sh
```
Notice that nearly all of the configuration of the running OpenSimulator
@@ -132,7 +132,7 @@ own configuration at runtime.
Once the Docker image is built, it can be run with a command like:
```
CONFIG_NAME=standalone-mysql CONFIGKEY=secretPassword EXTERNAL_HOSTNAME=whateverTheHostnameIs ./run-standalone.sh
CONFIG_NAME=standalone-sql CONFIGKEY=secretPassword EXTERNAL_HOSTNAME=whateverTheHostnameIs ./run-standalone.sh
```
Once started, a `docker ps` will show something like: