Lidarr within Synology Docker container. #57
-
For some reason this will install and run yet will NOT install the scripts. I found no other documentation besides to place the two files in folders. There is nothing to show since it doesn't work. There is not error besides this.. my compose is this. version: "3.7" services:
any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
Did you check the contents of the downloaded script to make sure it matched the file on GitHub? Commonly, users are downloading the wrong thing. If the text in the file doesn’t match the one on here on GitHub, that is your issue. edit: |
Beta Was this translation helpful? Give feedback.
-
This is what I downloaded. #!/usr/bin/with-contenv bash |
Beta Was this translation helpful? Give feedback.
-
Results. If I ssh and change the folder to 777 it just goes back to the same state. |
Beta Was this translation helpful? Give feedback.
-
PORTAINER was causing the problem, it was resolved by using standard docker configurations on synology.... Lesson to be learned: DON'T USE PORTAINER! Added warning: https://github.com/RandomNinjaAtk/arr-scripts#warning More context: https://wiki.servarr.com/docker-guide#portainer |
Beta Was this translation helpful? Give feedback.
-
With help from PearsonFlyer and be6np68es over on Discord and special thanks to Sage2050 and RandomNinjaAtk who litterally took time to assist I can say the main issue was using Portainer |
Beta Was this translation helpful? Give feedback.
PORTAINER was causing the problem, it was resolved by using standard docker configurations on synology....
Lesson to be learned: DON'T USE PORTAINER!
Added warning: https://github.com/RandomNinjaAtk/arr-scripts#warning
More context: https://wiki.servarr.com/docker-guide#portainer