Update 'GauntDocker.sh'

This commit is contained in:
2019-09-26 20:34:22 -04:00
parent 22853e3294
commit c6fde7d29d

View File

@@ -1,12 +1,5 @@
#!/bin/bash
#ldap-hostname: gauntdc01.home.johnhgaunt.com
#ldap-port: 389
#ldap-user-base-dn: CN=Users,DC=home,DC=johnhgaunt,DC=com
#ldap-search-bind-dn: CN=Service_Guacamole,CN=Users,DC=home,DC=johnhgaunt,DC=com
#ldap-search-bind-password:
#ldap-username-attribute: sAMAccountName
# need to be root
if [ "$EUID" -ne 0 ]; then
echo "Please run as root"
@@ -41,6 +34,7 @@ guacamole () {
--name guacamole \
--link guacd:guacd \
-p 8080:8080 \
--restart=always \
-e MYSQL_HOSTNAME=gauntsql.home.johnhgaunt.com \
-e MYSQL_DATABASE=guacamole_db \
-e MYSQL_USER=guacamole \