Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # --------------------------------------------------
- # Video: https://www.youtube.com/watch?v=TX21YcEl8q0
- # --------------------------------------------------
- #
- version: '3.3'
- services:
- dashy:
- image: lissy93/dashy:latest
- container_name: dashy
- ports:
- - 'port-on-host:80'
- volumes:
- - /pathto//conf.yml:/app/public/conf.yml
- - /path/to/folder/icons:/app/public/item-icons/icons
- restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement