Dashy
Link | Video | Base .conf
version: '3.3'
services:
dashy:
ports:
- '4000:80'
volumes:
- '/srv/path/Files/Dashy/conf/conf.yml:/app/public/conf.yml'
- '/srv/path/Files/Dashy/icons:/app/public/item-icons/icons'
container_name: dashy
restart: unless-stopped
image: 'lissy93/dashy:latest'
Icons pack :/srv/path/Files/Dashy/icons
git clone https://github.com/walkxcode/dashboard-icons.git
No Comments