From a467667184adbdf9d86430af60670a16dcb1c4eb Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Wed, 16 Jan 2019 17:45:39 -0500 Subject: [PATCH] Added setup instruction --- templates/Guacamole/0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Guacamole/0/README.md b/templates/Guacamole/0/README.md index 949c574..b9cc313 100644 --- a/templates/Guacamole/0/README.md +++ b/templates/Guacamole/0/README.md @@ -3,7 +3,7 @@ ## Initial Setup On the "guacamole" container, run: -`` +`/opt/guacamole/bin/initdb.sh --mysql > /setup/initdb.sql` On the "mysql" container, run: `cat /setup/initdb.sql | mysql -u root -p guacamole_db`