Enable TOTP in guacamole docker-compose

This commit is contained in:
LRVT
2026-07-22 16:55:34 +02:00
committed by GitHub
parent d1babab73f
commit ce49a8893e
+1
View File
@@ -35,6 +35,7 @@ services:
- guacd - guacd
- postgres - postgres
environment: environment:
- TOTP_ENABLED=true
- GUACAMOLE_HOME=/etc/guacamole # pseudo home path; placed extensions and contents are moved to /opt/guacamole inside the container - GUACAMOLE_HOME=/etc/guacamole # pseudo home path; placed extensions and contents are moved to /opt/guacamole inside the container
- GUACD_HOSTNAME=guacd - GUACD_HOSTNAME=guacd
- POSTGRESQL_HOSTNAME=postgres - POSTGRESQL_HOSTNAME=postgres