-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move config to directory so we can properly use volumes #46
Comments
There is a workaround to this issue. You can use (somewhat undocumented) environment variable PLUGSY_LOCAL_CONFIG_FILE to point to custom location. Like this:
|
I just created the file locally and mounted it to the container:
|
@samcro1967 we don't want to mount files. We want to mount directories. Mounting files triggers a number of funny issues. |
I actually had no idea that was the reason! Thanks you for posting the link @Mikle-Bond I still use Plugsy on the daily as my homepage, I'll look at fixing this when I get some time to get into it... Apologies for the late reply on this. |
Thinking about the solution to this .. it's already in the code as mentioned previously by @Mikle-Bond.
That does solve this issue right? |
I'd like to configure plugsy configuration to be stored in anamed volume, but you dictate that the
config.json
is in the root of the filesystem.the syntax for declaring named volumes implies they are like folders :
🛑 bad
💚 Better
👇🏻 My desired configuration
I make editing these things easy by using codeserver to mount all the volumes that my services use.
The text was updated successfully, but these errors were encountered: