14 lines
309 B
YAML
14 lines
309 B
YAML
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
|