Skip to content
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

Configuration with YAML file doesn't work on docker #125

Closed
ptman opened this issue Oct 2, 2023 · 4 comments · Fixed by #131
Closed

Configuration with YAML file doesn't work on docker #125

ptman opened this issue Oct 2, 2023 · 4 comments · Fixed by #131
Labels
bug Something isn't working

Comments

@thomiceli thomiceli added the bug Something isn't working label Oct 3, 2023
@thomiceli
Copy link
Owner

Hi, do you mean you modified the config.yml inside the container ? I can make it work if the use case is needed.

@UlyssesZh
Copy link

@thomiceli Hi! Is there a documentation about how we can use config.yml with Docker?

@ptman
Copy link
Author

ptman commented Oct 5, 2023

So I tried something like docker run -v $(pwd)/config.yaml:/config.yaml opengist:1 --config /config.yaml. The container starts fine, but opengist isn't started with the parameter --config /config.yaml, so the custom config file doesn't have any effect. And looking at entrypoint.sh, I can see that parameters aren't passed.

@ptman
Copy link
Author

ptman commented Oct 16, 2023

Thank you. Are you planning a new release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants