-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
App broken updating just now #270
Comments
Something wrong with path to the configuration file. |
It works with v2.4.0; breaks when changing image to v2.4.1.
|
Can you try this:
|
f337f6c#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557 removed main.go uses just 'config.toml' (relative to pwd, what defaults to |
works |
Thanks, I've updated docker-compose example |
I'd suggest enabling /app/config.toml instead, as users have already mounted |
`config.toml` uses relative path, from the current directory, `$PWD` by default is `/`. commit f337f6c removed `WORKDIR /app`, and `/config.toml` was used instead of `/app/config.toml`. The change was breaking, unexpected and undocumented. As users already mount `/app/config.toml`, revert to using it. Revert 16315c0 (what was workaround for breaking change, though there is no need to break anything here) Closes mxpv#270
`config.toml` uses relative path, from the current directory, `$PWD` by default is `/`. commit f337f6c removed `WORKDIR /app`, and `/config.toml` was used instead of `/app/config.toml`. The change was breaking, unexpected and undocumented. As users already mount `/app/config.toml`, revert to using it. Revert 16315c0 (what was workaround for breaking change, though there is no need to break anything here) Closes mxpv#270 + requested: podsync located again at /app/podsync, instead of /podsync
cc @mxpv
running docker
The text was updated successfully, but these errors were encountered: