Advertisement
nick0

Untitled

Oct 5th, 2023
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. version: '3.3'
  2. services:
  3. docker-ripper:
  4. container_name: Ripper
  5. volumes:
  6. - '/NAS/AppData/ripper/config/:/config:rw'
  7. - '/NAS/Media/rippermedia/:/out:rw'
  8. devices:
  9. - '/dev/sr0:/dev/sr0'
  10. - '/dev/sg2:/dev/sg2'
  11. ports:
  12. - 'port:9090' # optional - port for the integrated web ui
  13. environment:
  14. - PREFIX=OPTIONAL_WEB_UI_PATH_PREFIX # optional - path prefix for the integrated web ui
  15. - USER=OPTIONAL_WEB_UI_USERNAME # optional - user name for the integrated web ui (requires PASS to be set)
  16. - PASS=OPTIONAL_WEB_UI_PASSWORD # optional - password for the integrated web ui (requires USER to be set)
  17. privileged: true # optional - only use when your drive is not detected inside the container
  18. image: rix1337/docker-ripper:manual-latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement