mirror of
https://git.koehlerweb.org/frodovdr/guac-install
synced 2024-11-14 22:47:14 +01:00
Fix MySQL authentication issues
A silly workaround, but it works.
This commit is contained in:
parent
76e992022a
commit
6f89f7a1d1
@ -91,7 +91,7 @@ fi
|
||||
tar -xzf guacamole-auth-jdbc-${GUACVERSION}.tar.gz
|
||||
|
||||
# Start MySQL
|
||||
docker run --restart=always --detach --name=mysql --env="MYSQL_ROOT_PASSWORD=$mysqlrootpassword" --publish 3306:3306 healthcheck/mysql
|
||||
docker run --restart=always --detach --name=mysql --env="MYSQL_ROOT_PASSWORD=$mysqlrootpassword" --publish 3306:3306 healthcheck/mysql --default-authentication-plugin=mysql_native_password
|
||||
|
||||
# Wait for the MySQL Health Check equal "healthy"
|
||||
echo "Waiting for MySQL to be healthy"
|
||||
|
Loading…
Reference in New Issue
Block a user