Files
HomeLAB/Docker/yacht/docker-compose.yaml
2025-04-10 11:30:22 +02:00

19 lines
374 B
YAML

# username admin@yacht.local password pass
---
version: '3.8'
services:
yacht:
container_name: yacht
image: selfhostedpro/yacht:latest
volumes:
- ./yacht:/config
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8000:8000
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=true"
volumes:
yacht: