-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I am on Linux and am a little confused on how my configuration should look.
The mount path seems pretty self explanatory - I have my media accessible to my network on /mnt/ssd/Media.
I am confused by the volume - does this need to match the mount path (they were both /torbox to start)?
name: torbox-media-center
services:
torbox-media-center:
container_name: torbox-media-center
stdin_open: true
tty: true
restart: always
volumes:
- /home/$(whoami)/torbox:/torbox
environment:
- TORBOX_API_KEY=MYAPIKEY
- MOUNT_METHOD=strm
- MOUNT_PATH=/mnt/ssd/Media/torbox
image: anonymoussystems/torbox-media-center:latest
Metadata
Metadata
Assignees
Labels
No labels