Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3"
- services:
- handbrake:
- container_name: handbrake
- labels:
- net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/handbrake.png'
- net.unraid.docker.webui: http://[IP]:[PORT:5800]
- image: jlesage/handbrake
- ports:
- - 5800:5800
- volumes:
- - /mnt/cache/appdata/handbraketest:/config:rw
- - /mnt/user:/storage:ro
- networks:
- eth0.3:
- ipv4_address: 192.168.120.3
- restart: unless-stopped
- networks:
- eth0.3:
- external: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement