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
Fresh install using this docker command that was recommended in your readme file: docker run --name phpservermonitor -p 80:80 -d quentinv/phpservermonitor:latest
On the install.php page, it gives a warning: You should set a timezone in your php.ini file (e.g. 'date.timezone = UTC').
I think the correct solution to this is for your docker image to have an option for the user to specify the timezone while installing the docker image. This issue from a different project may be helpful: https://github.com/TetraWeb/docker/issues/16
The text was updated successfully, but these errors were encountered:
Fresh install using this docker command that was recommended in your readme file:
docker run --name phpservermonitor -p 80:80 -d quentinv/phpservermonitor:latest
On the install.php page, it gives a warning:
You should set a timezone in your php.ini file (e.g. 'date.timezone = UTC').
I think the correct solution to this is for your docker image to have an option for the user to specify the timezone while installing the docker image. This issue from a different project may be helpful:
https://github.com/TetraWeb/docker/issues/16
The text was updated successfully, but these errors were encountered: