Hi, i just had an error when i tried pull via docker-compose.
Then i checked the corresponding file and found that within the docker-compose.yml the image still references to the old docker Image "openproject/community". Apparently the Docker Image was renamed to "openproject/openproject", that's at least mentioned on DockerHub within the Old Image. After Changing the Docker Image to "openproject/openproject" the pull worked as expected.
Hi, i just had an error when i tried pull via docker-compose.
Then i checked the corresponding file and found that within the docker-compose.yml the image still references to the old docker Image "openproject/community". Apparently the Docker Image was renamed to "openproject/openproject", that's at least mentioned on DockerHub within the Old Image. After Changing the Docker Image to "openproject/openproject" the pull worked as expected.
Could you please look into the Issue? Thank you.