LinkStackOrg / linkstack-docker

A simple to set up docker variant of LinkStack. LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface.
https://linkstack.org/docker
GNU Affero General Public License v3.0
340 stars 41 forks source link

PHP version ">= 8.1.0" Needed for Docker Image #21

Closed luckycold closed 1 year ago

luckycold commented 1 year ago

I get an error when I log into the website saying:

Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".
appuchias commented 1 year ago

Same error here. Also happens after pinning to v2.7.4. Image with sha256:8bc85ffc13e1fce484f73c3151408d19b9f623b82795ea706b8c1e7388388db4 worked until now. Error happened after migrating container to new host and redownloading the image

JulianPrieber commented 1 year ago

Just released a fix with: https://github.com/JulianPrieber/littlelink-custom/releases/tag/v2.9.1.

https://hub.docker.com/layers/julianprieber/littlelink-custom/latest/images/sha256-742e0de0958d49143dc2d9d136372658d141645204d6754c6fb4c5042537cbac?context=explore

JulianPrieber commented 1 year ago

For existing instances, you should be able to fix this by running:

cd /htdocs
composer update

From the docker shell.