Upgrade to LimeSurvey 5.0 (#62)

* Add Dockerfiles for LimeSurvey 5.0

 - This changes the default user to www-data in the Apache2 Images
 - Removed extra download layer
 - Add LS 5.0 Update Guide
 - Update base images to PHP 8.0
 - Add Variable for showScriptName
This commit is contained in:
Markus Opolka
2021-06-07 07:59:53 +02:00
committed by GitHub
parent 958ed57011
commit 30eef8abc1
24 changed files with 736 additions and 54 deletions

View File

@@ -2,9 +2,10 @@ version: "3.0"
services:
limesurvey:
build:
context: 4.0/fpm/
context: 5.0/fpm/
dockerfile: Dockerfile
volumes:
# Hint: This is just an example, change /tmp to something persistent
- /tmp/upload/surveys:/var/www/html/upload/surveys
- lime:/var/www/html
links: