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

View File

@@ -35,6 +35,7 @@ services:
- guacd
- postgres
environment:
- TOTP_ENABLED=true
- GUACAMOLE_HOME=/etc/guacamole # pseudo home path; placed extensions and contents are moved to /opt/guacamole inside the container
- GUACD_HOSTNAME=guacd
- POSTGRESQL_HOSTNAME=postgres