This repository has been archived on 2025-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
homelab/Docker/guacamole/docker-compose.yaml
Max Buz c2d14d7ad8 added
2025-02-03 17:51:06 +01:00

8 lines
165 B
YAML

services:
guacamole:
image: abesnier/guacamole
container_name: guacamole
volumes:
- ${PATH_TO_CONFIG}:/config
ports:
- 8080:8080