LibreBooking / docker

Librebooking as a docker container
GNU General Public License v3.0
11 stars 9 forks source link

Where is `PHP_INI_DIR` defined? #90

Closed JohnVillalovos closed 3 months ago

JohnVillalovos commented 3 months ago

In https://github.com/LibreBooking/docker/blob/d011ffa62ed83835ae0088ccb586c9f17d025b80/Dockerfile#L26

It uses the variable PHP_INI_DIR. I couldn't find that variable defined and was wondering how it is being set.

Thanks!

colisee commented 3 months ago

Hi @JohnVillalovos,

The environment variable PHP_INI_DIR is defined inside the image php:*-apache which is used as a base for librebooking/docker

JohnVillalovos commented 3 months ago

Hi @JohnVillalovos,

The environment variable PHP_INI_DIR is defined inside the image php:*-apache which is used as a base for librebooking/docker

Thanks! Now it makes sense.