Env Variable #145
-
|
I am brand new to coding, how do I change the Environment Viarable? I have the image on Docker Desktop and I am not sure if I have to edit it through visual studio or somehow through Docker. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey @BigShrimpGuy, However, if I remember correctly, the I hope this helps 😄 |
Beta Was this translation helpful? Give feedback.
Hey @BigShrimpGuy,
if you run Cadency through the Docker container, you have to set the environment variables in the container. You should be able to configure this somewhere within Docker Desktop. Unfortunately, I only use the Docker Engine via CLI and can't point you to the correct location in the desktop version.
However, if I remember correctly, the
dockerCLI tool should be available in your (Windows?) terminal if you installedDocker Desktop. Therefore, you could alternatively start the container and configure the environment variables as explained in the README here.I hope this helps 😄