yacht/docker-compose.yml hinzugefügt

This commit is contained in:
2025-11-02 16:17:57 +01:00
parent cdba95100f
commit 5a5641f4d8

13
yacht/docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
yacht:
container_name: yacht
restart: unless-stopped
ports:
- 8500:8000
volumes:
- yacht:/config
- /var/run/docker.sock:/var/run/docker.sock
image: selfhostedpro/yacht
volumes:
yacht: