docker/yacht/docker-compose.yml aktualisiert

This commit is contained in:
2025-11-02 18:19:31 +01:00
parent cff28665c1
commit ae28656a7d

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: