Guacamole current version (multiple monitors implemented ), with freerdp2 and postgresql 16
3.3K
image is based on maxwaldorf/guacamole image, but works with postgesql16.
Latest 1.6.0 version supports RDP connection with multiple monitors Support for branding (geek2gethr plugin) is implemented
docker-compose sample:
services:
guacamole:
container_name: GUACAMOLE
image: kuntho/guacamole:latest
environment:
- TZ="Europe/Berlin"
- PUID=1002
- PGID=1002
- EXTENSIONS=auth-jdbc-postgresql,history-recording-storage,auth-totp
- BRANDING=kuntho
volumes:
- ./data/config:/config
- ./data/backup:/backup
- /home/guacamole/share:/share
- /home/guacamole/recordings:/recordings
- /etc/localtime:/etc/localtime:ro
ports:
- 8080:8080
- 5432:5432
restart: always
Content type
Image
Digest
sha256:207f555ba…
Size
246.3 MB
Last updated
2 months ago
docker pull kuntho/guacamole