version: "3.9" services: tugtainer: image: quenary/tugtainer:latest container_name: tugtainer restart: unless-stopped ports: - "8282:8080" environment: TZ: "Europe/Zurich" volumes: - /var/run/docker.sock:/var/run/docker.sock - tugtainer_data:/config volumes: tugtainer_data: