diff --git a/README.md b/README.md index c786b71..6df895d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # piwigodocker -docker compose to start a piwigo dev env \ No newline at end of file +Docker compose to start a piwigo environment to quickli test some things on local docker setup. + +To start a working piwigo gallery run the following commands: + +``` +git clone https://git.haefelfinger.net/piwigo/piwigodocker.git +cd piwigodocker +docker-compose up -d +``` + +All files gets created within the cloned directory and can be accessed easily from the host machine. + +Beware that the mariadb is exposed to localhost on port 3306 and is accessible from tools like mysql workbench or jetbrains datagrip.