mirror of
https://github.com/friendica/docker
synced 2025-01-09 07:55:38 +01:00
Philipp Holzer
8493e35da4
- upgrade version - fixing alpine Dockerfile (openssl to libressl) - adding examples for SSMTP - README updates & bugfixing - Removed shell-script "friendica" - Removed old .htconfig - Adding SMTP example - Upgrading docker-compose files - Added upgrade.exclude list
12 lines
No EOL
142 B
PHP
12 lines
No EOL
142 B
PHP
<?php return <<<INI
|
|
|
|
[system]
|
|
cache_driver=redis
|
|
lock_driver=redis
|
|
|
|
redis_host=redis
|
|
|
|
pidfile = /var/run/friendica.pid
|
|
|
|
INI;
|
|
// Keep this line
|