Advertisement
kysypb

example compose with icon and webui link

Mar 14th, 2025 (edited)
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. version: "3"
  2. services:
  3. handbrake:
  4. container_name: handbrake
  5. labels:
  6. net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/handbrake.png'
  7. net.unraid.docker.webui: http://[IP]:[PORT:5800]
  8. image: jlesage/handbrake
  9. ports:
  10. - 5800:5800
  11. volumes:
  12. - /mnt/cache/appdata/handbraketest:/config:rw
  13. - /mnt/user:/storage:ro
  14. networks:
  15. eth0.3:
  16. ipv4_address: 192.168.120.3
  17. restart: unless-stopped
  18. networks:
  19. eth0.3:
  20. external: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement