Change example volume path in docker-compose files

- The previous setting did override the default Limesurvey directories
  - Also added a hint to the README
This commit is contained in:
Markus Opolka
2019-08-15 13:57:18 +02:00
parent 2fdc20f862
commit 051a22eb41
5 changed files with 7 additions and 5 deletions

View File

@@ -29,7 +29,9 @@ LimeSurvey requires an external database (MySQL, PostgreSQL) to run. See *docker
To preserve the uploaded files assign the upload folder into a volume. See *docker-compose.yml* for example.
Path: */var/www/html/upload/*
Path: */var/www/html/upload/surveys*
**Hint**: The mounted directory must be owned by the webserver user (e.g. www-data)
# LimeSurvey Configuration