Guacamole
Source: Portainer stack 14 (guacamole) on endpoint 2.
version: "2"
services:
guacamole:
image: maxwaldorf/guacamole:latest
container_name: guacamole
volumes:
- postgres:/config
ports:
- 8233:8080
restart: unless-stopped
volumes:
postgres:
driver: local