DiouxX / docker-glpi

Project to deploy GLPI with docker
222 stars 185 forks source link

Fixing commit b9510bcaa5da65288e53acfc1738bc48eae6562e as t… #54

Closed monstermichl closed 1 year ago

monstermichl commented 2 years ago

…he GLPI installation doesn't work properly anymore.

The installation worked properly with the example docker-compose.yml where no volumes were mapped, but didn't work, when the volume mapping /var/www/html/glpi/:/var/www/html/glpi was included. Docker created the volume folder, the container was started, checked if the glpi directory was present (which it was) and did the additional check, if 'ls /var/www/html/glpi' didn't just return 'plugins'. This check might failed since the glpi directory existed, but 'ls /var/www/html/glpi' returned an empty string and thus considered GLPI to be installed.

monstermichl commented 2 years ago

Anything new on this pull request @DiouxX ?