Quentinvarquet / docker-phpservermonitor

2 stars 54 forks source link

Docker file is missing option to set config.php location #5

Open Germs2004 opened 4 years ago

Germs2004 commented 4 years ago

I'm still learning Docker, but I think this Docker file really needs the ability to specify a location for the config.php on the Docker host. That way, when the phpservermonitor docker image gets updated, or if we reinstall it for some reason, we don't have to run through the install.php setup wizard every time. We can store the config.php file persistently on our host and your image will just read it from there.

This image has a "config" path for example: https://hub.docker.com/r/linuxserver/mariadb/