Skip to content

Instantly share code, notes, and snippets.

@fdenzer
Created March 9, 2022 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fdenzer/4670879ed17c38bf369fa245e890a93b to your computer and use it in GitHub Desktop.
Save fdenzer/4670879ed17c38bf369fa245e890a93b to your computer and use it in GitHub Desktop.
guacamole w/ TOTP 2FA. Using local postgres/-folder works on unix and win11+WSL2
version: "3"
services:
guacamole:
image: jwetzell/guacamole
container_name: guacamole
volumes:
- ./postgres:/config
ports:
- 8190:8080
environment:
- EXTENSIONS=auth-totp
volumes:
postgres:
driver: local
@fdenzer
Copy link
Author

fdenzer commented Mar 9, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment