mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
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:
@@ -5,7 +5,7 @@ services:
|
||||
context: fpm/
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- /tmp/upload/:/var/www/html/upload/
|
||||
- /tmp/upload/surveys:/var/www/html/upload/surveys
|
||||
- lime:/var/www/html
|
||||
links:
|
||||
- lime-db
|
||||
|
||||
Reference in New Issue
Block a user