mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-08-15 05:07:12 +02:00
Enable TOTP in guacamole docker-compose
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user