On Wed, Nov 18, 2020 at 2:54 PM skidvd <[email protected]> wrote: > Hi Nick, > > Thanks for the suggestion. > > Actually, I have been running with POSTGRESQL_AUTO_CREATE_ACCOUNTS env > variable set to true from the onset. However, as you noted, this is most > likely effectively ignored. > > Yeah, I looked through the startup script, and I don't see it in there, so I doubt that has any effect.
> Since your posting, I have been searching to determine how best to work > around this. > > The best option appears to be to use the enable-environment-properties > guacamole setting. However, I have not been successful in finding any > useful documentation or examples on how to do this within docker. > Unfortunately, simply adding a guacamole.properties file containing this > option set to true was unsuccessful. > > Yes, this is definitely one way to go, however you'll have to somehow map that through to the guacamole.properties file. One of the easier ways would be to create your /etc/guacamole directory somewhere on your host filesystem, and then pass that through to /etc/guacamole inside the Guacamole Client (and guacd, if you like) container(s). -Nick
