Update docker-compose.yml to set your domain Updated apache port if needed
Run docker compose up -d
Add to your crontab : docker exec framadate-app-recursive php /var/www/framadate/cron.php >>/tmp/cron.log 2>>/tmp/cron.log
app/inc/i18n.php : In date_format_intl, force locale with $local_locale = $locale; app/inc/config.php : if https enables, set const FORCE_HTTPS = true;
+++ b/app/inc/services.php @@ -51,9 +51,15 @@ class Services { }
public static function mail() {
-
global $config; if (self::$mailService === null) {
docker cp app/classes/Framadate/Services/PollService.php framadate-app-recursive:app/classes/Framadate/Services/PollService.php