Skip to content

Instantly share code, notes, and snippets.

@abayomi185
Created December 29, 2021 00:03
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 abayomi185/64eb80470e624b92e41709932ee63574 to your computer and use it in GitHub Desktop.
Save abayomi185/64eb80470e624b92e41709932ee63574 to your computer and use it in GitHub Desktop.
Guacamole Docker Compose DEC-2021
version: "2"
services:
guacamole:
image: maxwaldorf/guacamole:latest
container_name: guacamole
volumes:
- postgres:/config
ports:
- 8080:8080
environment:
- EXTENSIONS=auth-totp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment