2025.04.10_11:30
This commit is contained in:
18
Docker/yacht/docker-compose.yaml
Normal file
18
Docker/yacht/docker-compose.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
# 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:
|
Reference in New Issue
Block a user