docker-compose/yacht-gui/docker-compose.yml

15 lines
309 B
YAML
Raw Normal View History

2024-12-08 13:48:35 +02:00
name: yacht-gui
services:
yacht:
container_name: yacht-gui
ports:
- 8000:8000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- yacht:/config
image: selfhostedpro/yacht
volumes:
yacht:
external: true
name: yacht