tom472 / mediabox

Container based media tools configuration
MIT License
428 stars 83 forks source link

Delugevpn volume is not mapped to correct location on host #116

Closed rjpete516 closed 3 years ago

rjpete516 commented 3 years ago

I just updated the mediabox stack by running the script. I was having some strange issues with delugevpn not connecting to PIA properly. After running the current mediabox.sh everything updated nicely, delugevpn container connects to PIA correctly through the next gen servers.

However, the volume map from the delugevpn container /data is not right. All the other containers that utilize the same general mappings work perfect. I have tried to delete the volume in question and recreate the mapping but I can't get that to work.

Thanks for any suggestions

Rob

Screen Shot 2021-03-06 at 11 32 51 AM

rjpete516 commented 3 years ago

Fixed. I have never had to modify a container before and did not realize that I needed to "Duplicate" the container then I could change the maps and then redeploy the new container. Worked perfect.

I still don't know why it created the volume map in the first place.