Hi Michael,
Thanks for your reply, I really appreciate it. Just to be clear in my own
head, I need to create a folder on my host server with the following
structure:
<MyFolderName>/guacamole.properties
<MyFolderName>/lib
<MyFolderName>/lib/MyLibFile1.jar
<MyFolderName>/lib/MyLibFile2.jar
etc
<MyFolderName>/extensions
<MyFolderName>/extensions/MyExtension1.jar
<MyFolderName>/extensions/MyExtension2.jar
etc
I would continue to use my environment variables as normal in
docker-compose, but add GUACAMOLE_HOME as follows?
environment:
GUACAMOLE_HOME: /some/non-default/location
GUACD_HOSTNAME: guacd
TOTP_ENABLED: "true"
LDAP_HOSTNAME: ${LDAP_HOSTNAME}
..... etc
MYSQL_PORT: $MARIADB_PORT
MYSQL_PASSWORD: <MyPassword>
Then, to finish I will mount the folder location (on my host server) to the
guacamole container:
volumes:
- /my/host/folder/for/guac/home:/location/listed/in/envrionment/variable
Cheers,
Tom
--
Sent from:
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]