Open pathros opened 1 day ago
Hi,
using the docker-compose.yml
in the repo, things look alright to me:
docker-compose up
[+] Running 2/2
⠿ Container docker-limesurvey-lime-db-1 Recreated
⠿ Container docker-limesurvey-limesurvey-1 Recreated
grep version application/config/version.php
* LimeSurvey is free software. This version may have been modified pursuant
$config['versionnumber'] = '6.6.6';
Which images/compose files are you using? You might be running into this maybe: https://github.com/martialblog/docker-limesurvey/issues/56#issuecomment-853833141
Why do I always get the exact same version 6.0.5 no matter if I update the repo and clearly set the Dockerfile to:
and in docker-compose.yml:
???
How can I make it install the latest limesurvey version available?