juliusknorr / nextcloud-docker-dev

Nextcloud development environment using docker-compose
GNU Affero General Public License v3.0
139 stars 74 forks source link

Docker-compose unable to find packages #352

Closed SultanGabriel closed 1 week ago

SultanGabriel commented 1 week ago

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.

juliusknorr commented 1 week ago

Thanks for reporting, was fixed by https://github.com/juliusknorr/nextcloud-docker-dev/pull/351