guacamole
vor dem Ausrollen noch ein Volume mit dem Namen guacamole
anlegen
version: '3.8'
services:
guacamole:
container_name: guacamole
hostname: guacamole
image: maxwaldorf/guacamole
restart: unless-stopped
networks:
- proxy
ports:
- "7070:8080"
volumes:
- guacamole:/config
environment:
TZ: Europe/Berlin
EXTENSIONS: auth-totp
networks:
proxy:
external: true
volumes:
guacamole:
external: true
No Comments