Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker with syspass 3.2.11 fails due to php version. #45

Open
takigama opened this issue Sep 28, 2022 · 1 comment
Open

docker with syspass 3.2.11 fails due to php version. #45

takigama opened this issue Sep 28, 2022 · 1 comment

Comments

@takigama
Copy link

Hi,
I was trying this out to see how well it would work, running the latest syspass available on docker hub (3.2.11), but it fails due to php being too old:

[Wed Sep 28 04:18:26.470977 2022] [php7:error] [pid 905] [client ] PHP Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0". You are running 7.3.31-1~deb10u1. in /var/www/html/sysPass/vendor/composer/platform_check.php on line 24

Being the type of person I am, I disabled the check and everything works fine, but out of the box it doesn't seem to work currently.

@krystianroza
Copy link

krystianroza commented Oct 3, 2022

True...
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.4.0".
I mus use
image: syspass/syspass:3.2.11-php7.4

docker-compose.yml is wrong in this case...

(...)
app:
    container_name: syspass-app
    image: syspass/syspass:latest
(...)
environment:
      - USE_SSL=yes
      - COMPOSER_EXTENSIONS=syspass/plugin-authenticator:^v2.2
(...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants