Skip to main content

docker-compose

services:
  guacamole:
    container_name: guacamole
    image: jwetzell/guacamole
    restart: unless-stopped
    ports:
     - 8562:8080
    volumes:
     - ./guacamole:/config:rw
    environment:
      TZ: America/Santo_Domingo
      EXTENSIONS: "auth-totp"