Replies: 1 comment 1 reply
-
The Whatever you're calling your Docker env-file - |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am attempting to install Snipe-it onto Docker following instructions here. However am having the following issue:
After I run the "docker run --rm snipe/snipe-it" command and it returns the APP_Key as listed below:
"Please re-run this container with an environment variable $APP_KEY
An example APP_KEY you could use is:
base64:D5oGA+zhFSVA3VwuoZoQ21RAcwBtJv/RGiqOcZ7BUvI="
I then grab the entire APP Key provided including the "base64:" and place it on MY_ENV_File where I had initially left the place holder. However, when I re-run the command "docker run --rm snipe/snipe-it" I get the same return with different App Key.
My question is, am I placing the App key on the correct file?
if the .ENV file is not the same as MY_ENV_File then, where can I find the .ENV file referenced in the guide listed on link above? I have been trying to identify the .ENV file but am not able to find it anywhere.
Any help please will be much appreciated.
Thanks in advanced
Beta Was this translation helpful? Give feedback.
All reactions