2025.04.10_11:30

This commit is contained in:
2025-04-10 11:30:22 +02:00
parent bb6f3db13e
commit 182023b312
15 changed files with 1578 additions and 1 deletions

View File

@ -0,0 +1,18 @@
# 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: