Hello,
I'm trying to deploy an OCS instance within docker using :
https://github.com/OCSInventory-NG/OCSInventory-Docker-Image
In order to match my actual production environement, I'm trying to deploy version 2.8.1
I use the original docker-compose.yml file with only one modification for port (8080:80 instead of 80:80 because it's already in use on my server)
the compose UP works fine and It seems I have no errors on both container (db and ocs).
but i only have a black page when trying to reach http://localhost:8080/ocsreports/
what can i do ?