I am trying to install aposcms using docker. I am following the exact steps as in their official documentation and when I repeat the step for docker-compose up
I get the following error:
ERROR: no such image: aposDockerImageFileName:latest: invalid reference format: repository name must be lowercase
Clearly the issue is in line 12 of the .yml
file but I can’t find a solution for it and i have searched everywhere.
Any thoughts regarding this?