From 87deb503b534f61575850e158817c37f33693bbd Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 19 Aug 2022 15:08:30 +0000 Subject: [PATCH] Correct README.md so CONFIG_NAME is "standalone-sql" rather than the incorrect "standalone-mysql" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04e70c4..c737951 100644 --- a/README.md +++ b/README.md @@ -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: