erseco / alpine-moodle

Moodle docker image based on Alpine Linux
https://hub.docker.com/r/erseco/alpine-moodle
MIT License
44 stars 34 forks source link

config.php writable warning #12

Closed lupa18 closed 2 years ago

lupa18 commented 2 years ago

Hola @erseco !

I'm testing your beta and having this warning:

imagen

erseco commented 2 years ago

Can you check if you are using a clean environment? I just check the beta version and the permissions are correct

Captura de pantalla 2021-12-02 a las 21 55 40

Check that the script 02-configure-moodle.sh is forcing the correct file permissions

    # Avoid writing the config file
    chmod 444 config.php