Homelab
Contents Files
yaml

docker-compose.yml

275 B 11 lines Modified View on GitHub Download
yaml
name: guacamoleservices:    guacamole:        ports:            - 12000:8080        volumes:            - /data/misc/guacamole/config:/config            - /etc/localtime:/etc/localtime:ro        environment:            - TZ=UTC        image: flcontainers/guacamole