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

Cannot map site.yml when using docker run #2779

Open
CorneliousJD opened this issue May 16, 2022 · 2 comments
Open

Cannot map site.yml when using docker run #2779

CorneliousJD opened this issue May 16, 2022 · 2 comments
Labels
Enhancement ⚡️ New features, big or small. Support Support requests

Comments

@CorneliousJD
Copy link

When using docker run, trying to map a volume for the site.yml results in it creating a folder instead of a .yml file.
I believe the big issue here is the secret key that is supposed to be changed, we have no way of changing that when running as docker run.

@CorneliousJD
Copy link
Author

Perhaps having the secret as an environmental variable would be a better choice for docker anyways, could this be implemented?

@ZeiP
Copy link
Member

ZeiP commented Jul 23, 2022

It should be possible to map a single file also using the selector in the installation manual. You need to have the site.yml file in your local directory, though (so replace /home/user/site.yml with the correct path to the file).

@ZeiP ZeiP added Enhancement ⚡️ New features, big or small. Support Support requests labels Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ⚡️ New features, big or small. Support Support requests
Projects
None yet
Development

No branches or pull requests

2 participants