I’m getting an ‘ERROR: no such image: frappe/erpnext-worker:: invalid reference format’ when running docker docker-compose --project-name <project-name> ...
Previously it was ‘ERROR: no such image: frappe/frappe-socketio:: invalid reference format’ .
Trust you’re doing great. I just encountered the same error! …yes, I copied the env-example file to .env and set all the variables yet I get warnings that they’re not set! What could be the problem?
Unable to find image 'erp-net_erpnext-python_1:latest' locally
docker: Error response from daemon: pull access denied for erp-net_erpnext-python_1, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
So I inspected the Docker network and realized all the containers were on the ‘webproxy’ network which was created by the letsencrypt nginx proxy setup. I then replaced --network <project-name>_default \ in the Docker new site commands with --network webproxy \ and it worked
You may want to take a look at this so it doesn’t cause some confusion for users
Thanks for the awesome job and the tireless support (even though it’s volunteer work!!!)