CanastaWiki / Canasta-DockerCompose

Docker Compose stack template for Canasta
MIT License
13 stars 15 forks source link

Incorrect mount point #11

Closed nischayn22 closed 2 years ago

nischayn22 commented 2 years ago

The instance keeps crashing. Here's the log:

22-04-26T03:57:09.859446558Z + '[' -d /var/www/mediawiki/w/extensions ']' 2022-04-26T03:57:09.859549480Z + echo 'WARNING! /var/www/mediawiki/w/extensions is an incorrect mount point, please re-mount to /var/www/mediawiki/w/user-extensions' 2022-04-26T03:57:09.859560579Z + exit 1 2022-04-26T03:57:09.859579083Z WARNING! /var/www/mediawiki/w/extensions is an incorrect mount point, please re-mount to /var/www/mediawiki/w/user-extensions

I also noticed that the canasta image pulled is always latest. Shouldn't it be a specific version at least for a particular Canasta-DockerCompose release?

nischayn22 commented 2 years ago

The relevant line to be fixed is https://github.com/CanastaWiki/Canasta/blob/cedce118826e3ebeb1d667b36d28c35a825005da/_sources/scripts/run-apache.sh#L134