From 02e2c9dc3a0400c85637d664cc935e3056c1b7c6 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Thu, 18 Jul 2019 11:08:13 +0200 Subject: [PATCH] Update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index fd51e33..67c648e 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,20 @@ To change to LimeSurvey configuration, you can mount a Volume into the Container For further details on the settings see: https://manual.limesurvey.org/Optional_settings#Advanced_Path_Settings +# Running this image with docker-compose + +The easiest way to get a fully featured and functional setup is using a docker-compose file. Several examples are provided in the repository. + +``` +docker-compose up + +# Frontend +http://localhost:8080/ + +# Backend +http://localhost:8080/index.php/admin +``` + # References - https://www.limesurvey.org/