Advertisement
TheMRP

Dashy docker compose file

Sep 13th, 2023 (edited)
1,731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.44 KB | None | 0 0
  1. # --------------------------------------------------
  2. # Video: https://www.youtube.com/watch?v=TX21YcEl8q0
  3. # --------------------------------------------------
  4. #
  5. version: '3.3'
  6. services:
  7.   dashy:
  8.     image: lissy93/dashy:latest
  9.     container_name: dashy
  10.     ports:
  11.      - 'port-on-host:80'
  12.     volumes:
  13.      - /pathto//conf.yml:/app/public/conf.yml
  14.       - /path/to/folder/icons:/app/public/item-icons/icons
  15.     restart: unless-stopped
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement