Closed fhold closed 2 years ago
@fhold hmm.. I'm uncertain what went wrong there - could you try running env | grep -w GROCY_IMAGE_TAG
to inspect what the value of the environment variable is (if set)?
@jayaddison thanks for responding! the output is the following GROCY_IMAGE_TAG=v3.1.3-1
FYI I run the docker-compose pull command as sudo.
@fhold ah, ok! I think you should be able to run docker-compose
without sudo
, that may explain the problem. Running sudo, I think, was in your case leading to the creation of a separate sub-shell that did not have the environment variable set.
mhh that will bring me other errors :-( . Any other idea how I can use the script with sudo, can I hardset the variable?
issue can be closed - i used the install of linuxserver.io and that worked for me. Anyway thanks for helping out!
trying to install the container via the quick start guide I get the following error after the command:
sudo docker-compose pull
What am I doing wrong?