first commit
This commit is contained in:
11
dashy/docker-compose.yml
Normal file
11
dashy/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: dashy
|
||||
services:
|
||||
dashy:
|
||||
ports:
|
||||
- 8295:8080
|
||||
volumes:
|
||||
- /root/dashy/public/conf.yml:/app/public/conf.yml
|
||||
- /root/dashy/icons:/app/public/item-icons/icons
|
||||
container_name: dashy
|
||||
restart: unless-stopped
|
||||
image: lissy93/dashy:latest
|
||||
Reference in New Issue
Block a user