diff --git a/README.md b/README.md index 092aa54..897598b 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,19 @@ Dockerfile to build a [LimeSurvey](https://limesurvey.org) Image for the Docker ## Supported tags and respective Dockerfile links - [`4-apache`, `4.-apache`, `latest` ](https://github.com/martialblog/docker-limesurvey/blob/master/4.0/apache/Dockerfile) +- [`4-apache-rootless`, `4.-apache-rootless`](https://github.com/martialblog/docker-limesurvey/blob/master/4.0/apache/Dockerfile) - [`4-fpm`, `4.-fpm`](https://github.com/martialblog/docker-limesurvey/blob/master/4.0/fpm/Dockerfile) - [`4-fpm-alpine`, `4.-fpm-alpine`](https://github.com/martialblog/docker-limesurvey/blob/master/4.0/fpm-alpine/Dockerfile) - [`3-apache`, `3.-apache`](https://github.com/martialblog/docker-limesurvey/blob/master/3.0/apache/Dockerfile) +- [`3-apache-rootless`, `3.-apache-rootless`](https://github.com/martialblog/docker-limesurvey/blob/master/3.0/apache/Dockerfile) - [`3-fpm`, `3.-fpm`](https://github.com/martialblog/docker-limesurvey/blob/master/3.0/fpm/Dockerfile) - [`3-fpm-alpine`, `3.-fpm-alpine`](https://github.com/martialblog/docker-limesurvey/blob/master/3.0/fpm-alpine/Dockerfile) # Using the Apache Image -The apache image comes with an Apache Webserver and PHP installed. +The `apache` image comes with an Apache Webserver and PHP installed. + +This image is also available as `rootless` with `www-data` as default user. ## Apache Configuration