I was trying to follow the Windows Tutorial to install a Nextcloud development environment, and i encounted the problem that the packages couldn't be found when running the command
$ sudo docker-compose up nextcloud proxy
WARN[0000] /home/sultan/Downloads/nextcloud-docker-dev/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
[+] Running 3/3
✘ proxy Error context canceled 0.6s
✘ nextcloud Error context canceled 0.6s
✘ mail Error failed to resolve reference "ghcr.io/juliushaertl/nextcloud-dev-mailhog:latest": ghc... 0.6s
Error response from daemon: failed to resolve reference "ghcr.io/juliushaertl/nextcloud-dev-mailhog:latest": ghcr.io/juliushaertl/nextcloud-dev-mailhog:latest: not found
giving the output
I was able to fix the issue by replacing 'juliushaertl' with 'juliusknorr' in the docker-compose.yml.
I was trying to follow the Windows Tutorial to install a Nextcloud development environment, and i encounted the problem that the packages couldn't be found when running the command
I was able to fix the issue by replacing 'juliushaertl' with 'juliusknorr' in the docker-compose.yml.