19 lines
374 B
YAML
19 lines
374 B
YAML
# 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:
|