On Fri, Sep 5, 2025 at 3:04 PM Dan Slauter <dslau...@blommer.com.invalid> wrote:
> I have normally use SAML, but I have it disabled and removed those lines. > > > > services: > > guacd: > > container_name: guacd > > image: guacamole/guacd:1.6.0 > > restart: unless-stopped > > volumes: > > - /opt/guacamole/guac_share:/share:rw > > - /opt/guacamole/recordings:/var/lib/guacamole/recordings:rw > > guacamole: > > container_name: guacamole > > image: guacamole/guacamole:1.6.0 > > restart: unless-stopped > > ports: > > - 8080:8080 > > volumes: > > #- /opt/guacamole/extensions:/opt/guacamole/extensions > > - /opt/guacamole/recordings:/var/lib/guacamole/recordings:ro > > - /opt/guacamole/lib:/opt/guacamole/lib > > environment: > > LOG_LEVEL: debug > > WEBAPP_CONTEXT: ROOT > > GUACAMOLE_HOME: /opt/guacamole > > GUACD_HOSTNAME: guacd > > MYSQL_ENABLED: "true" > > MYSQL_DRIVER: mariadb > > MYSQL_HOSTNAME: removed > > MYSQL_DATABASE: guacamole_db > > MYSQL_USER: guacamole_user > Can you try changing this line to MYSQL_USERNAME and see if that helps at all? -Nick >