Files
Compose-Files/Docker-Compose/Tugtainer/docker-compose.yml
T
2026-07-23 19:38:14 -04:00

12 lines
263 B
YAML

services:
app:
container_name: tugtainer
image: quenary/tugtainer:latest
volumes:
- tugtainer_data:/tugtainer
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
ports:
- '9412:80'
volumes:
tugtainer_data: