causefx / Organizr

HTPC/Homelab Services Organizer - Written in PHP
GNU General Public License v3.0
4.99k stars 288 forks source link

Question: Latest or php-fpm #1346

Closed zilexa closed 4 years ago

zilexa commented 4 years ago
Organizr Version: V2
Operating System: Ubuntu 19.10, Intel Core i3, 8GB RAM.

Problem Description:

Running everything via Docker, I just realised I used an onofficial old docker image. Now that I want to use the official Organizrv2 I don't understand whether I should use Latest or php-fpm. I just want the most lightweight version that runs swiftly and I haven't used Organizr before.


Roxedus commented 4 years ago

The description for the container describes it nicely:

There is no extra packages in the php-fpm variant, its the same software. There may be a slight overhead with fpm, but its minimal.

zilexa commented 4 years ago

Thanks I'm going for the PHP-FPM!