Advertisement
kysypb

example compose with icon and webui link

Mar 14th, 2025 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 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. net.unraid.docker.managed: dockerman
  9. image: jlesage/handbrake
  10. ports:
  11. - 5800:5800
  12. volumes:
  13. - /mnt/cache/appdata/handbraketest:/config:rw
  14. - /mnt/cache/system:/storage:ro
  15. networks:
  16. eth0:
  17. ipv4_address: 192.168.20.66
  18. restart: unless-stopped
  19. networks:
  20. eth0:
  21. external: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement