Replies: 2 comments
-
Thank you for thoughtful message. The interaction between Lines 54 to 64 in e08f227 But there are also a couple of environment variables that need to be passed to the image: It seems like the behavior you are seeing is a long-standing bug with the Synology/Portainer implementation, documented in the following:
This ticket portainer/portainer#3964 claims it was fix in version 2.0. There might be a solution to this behavior here: This sounds very frustrating and I wish I could do more to help resolve it from this side, but I don't think I can safely do so. I'll keep an eye out for any movement on this and update the discussion if I see anything. Thank you again for letting me know this still affects you. |
Beta Was this translation helpful? Give feedback.
-
Update for other Synology Docker users:
all in all, you download an image, delete some lines and you're good to go. when you reset the container, the new and correct exposed variables will be loaded and all works fine. |
Beta Was this translation helpful? Give feedback.
-
Dear @felddy
A year ago, we discussed (in #208) the synology docker GUI and the "problem" that it loads some variables by default (which creates problems when you want to update the image to a new version).
Yesterday I stumbled over another thread about the docker GUI. One guy mentions, that synology docker GUI exposes variables which are declared as ENV. If only needed to build the image, one should declare them as ARG.
Personally, I have no idea what that means, I just thought that I report this.
Best case, we can get rid of these variables in the GUI. Worst case, you just spent 2 minutes of your life reading this :)
Anyway, thank you for your work, it's great that noobs like me can run Foundry out of the box!
Beta Was this translation helpful? Give feedback.
All reactions