You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using your repository successfully on my WSL for a long time, but today I bought a Raspberry PI 5 in order to have multiple tools always running, instead of using WSL...
But unfortunately the image are built for amd64 and they don't work on Raspberry PI.
I managed to rebuild some of the images locally, like mariadb and pf-socket, but pathfinder is a pain in the ass...
The alpine seems to have removed some of php7 packages like redis, and also the build image have some problems related to php7.
The text was updated successfully, but these errors were encountered:
I had to clone locally and rebuild bianjp/docker-mariadb-alpine and most important https://github.com/TrafeX/docker-php-nginx/commits/1.10.0 ; I think for the last one is not really to correct version because the image tag on docker hub was uploaded 2019-01-25 and the version 1.10.0 is from 2021-01-18.
Now the application is up & running but I have a problem with websockets
also I have the following error from the service /api/Map/getAccessData
{"error":[{"type":"error","code":500,"status":"Internal Server Error","text":"Redis::set(): EXPIRE can't be < 1"}]}
I was using your repository successfully on my WSL for a long time, but today I bought a Raspberry PI 5 in order to have multiple tools always running, instead of using WSL...
But unfortunately the image are built for amd64 and they don't work on Raspberry PI.
I managed to rebuild some of the images locally, like mariadb and pf-socket, but pathfinder is a pain in the ass...
The alpine seems to have removed some of php7 packages like redis, and also the build image have some problems related to php7.
The text was updated successfully, but these errors were encountered: