On Fri, Mar 8, 2019 at 6:14 AM Christian Kraus <[email protected]> wrote:
> OMG sorry did not scroll to that section down > > > so for Docker install the syntax should be for example ? > > > -e mysql-user-password-min-length: 8 > > > > It doesn't look like the Docker startup script actually supports setting those parameters at this point in time. So, you'd need to, instead, create your own GUACAMOLE_HOME directory with a guacamole.properties file and pass that through as a volume to the Docker container. Alternatively in 1.0.0 you can enable the property for having configuration done via environment variables ( http://guacamole.apache.org/doc/gug/configuring-guacamole.html#initial-setup - enable-environment-properties) and then you could do that with the following option: -e MYSQL_USER_PASSWORD_MIN_LENGTH=8 -Nick
