From 22b014c060275a9b27d7282c1ce5e7dba768796e Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 22 Oct 2025 20:30:17 +0000 Subject: [PATCH] Update Guacamole/Compose.yml --- Guacamole/Compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Guacamole/Compose.yml b/Guacamole/Compose.yml index fbf6d07..9d658c5 100644 --- a/Guacamole/Compose.yml +++ b/Guacamole/Compose.yml @@ -139,6 +139,8 @@ services: POSTGRESQL_PASSWORD: 'ChooseYourOwnPasswordHere1234' POSTGRESQL_USERNAME: guacamole_user RECORDING_SEARCH_PATH: /record + # Documentation for using DUO instead: https://guacamole.apache.org/doc/gug/duo-auth.html + TOTP_ENABLED: "true" image: guacamole/guacamole:1.6.0 networks: - guacnetwork_compose