BrainDock/compose_tugtainer.yaml

17 lines
342 B
YAML

version: "3.9"
services:
tugtainer:
image: ghcr.io/dbtechreviews/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: