We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I mistakenly commented on the source repo: grocy/grocy#486 (comment)
And my issue is this: changing the currency of groccy can only be done by editing the config.php file.
Using this setup, from this repository here, I seemingly have no option but to go into the container with docker exec, and modify the file with vi.
vi
Unless there's a way to easily browse the content of docker volumes that I don't know about?
Configuration options should be available before starting software or a container that runs the software.
What can be done to move configuration out of the docker volume?
The text was updated successfully, but these errors were encountered:
@KoenDG
You can change currency by setting environment variables. The default docker-compose provided uses a .env file for this, grocy.env
But I am using environment variables just fine, eg:
backend: image: "grocy/backend:v4.0.3" environment: - GROCY_CURRENCY=CAD
Sorry, something went wrong.
Yeah I tried grocy.env and it didn't work.
Deleted my image and volumes and everything, started a new instance... still USD.
And yeah, I didn't consider setting an environment variable directly.
No branches or pull requests
I mistakenly commented on the source repo: grocy/grocy#486 (comment)
And my issue is this: changing the currency of groccy can only be done by editing the config.php file.
Using this setup, from this repository here, I seemingly have no option but to go into the container with docker exec, and modify the file with
vi
.Unless there's a way to easily browse the content of docker volumes that I don't know about?
Configuration options should be available before starting software or a container that runs the software.
What can be done to move configuration out of the docker volume?
The text was updated successfully, but these errors were encountered: