This commit is contained in:
Ash Leece 2020-09-27 21:19:05 +01:00
parent 37981fde1a
commit 9a3b87c03e
1 changed files with 12 additions and 0 deletions

12
yacht/docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: '3'
services:
yacht:
image: selfhostedpro/yacht
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- yacht:/config
ports:
- 8000:8000
volumes:
yacht: