mirror of
https://github.com/friendica/docker
synced 2026-04-12 19:57:45 +02:00
Merge b154a4fbdf into af3742f852
This commit is contained in:
commit
9d61e1eec5
21 changed files with 43 additions and 10 deletions
|
|
@ -12,7 +12,7 @@ $config = [
|
|||
// Necessary because otherwise the daemon isn't working
|
||||
'pidfile' => '/var/run/friendica.pid',
|
||||
|
||||
'logfile' => '/var/www/html/friendica.log',
|
||||
'logfile' => '/var/log/friendica.log',
|
||||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
|
|
|
|||
|
|
@ -169,6 +169,9 @@ RUN set -ex; \
|
|||
mkdir -p -m 775 /var/www/data; \
|
||||
chown -R www-data:www-data /var/www/data
|
||||
|
||||
RUN set -ex; \
|
||||
ln -sf /dev/stdout /var/log/friendica.log
|
||||
|
||||
VOLUME /var/www/html
|
||||
VOLUME /var/www/data
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $config = [
|
|||
// Necessary because otherwise the daemon isn't working
|
||||
'pidfile' => '/var/run/friendica.pid',
|
||||
|
||||
'logfile' => '/var/www/html/friendica.log',
|
||||
'logfile' => '/var/log/friendica.log',
|
||||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
|
|
|
|||
|
|
@ -139,6 +139,9 @@ RUN set -ex; \
|
|||
mkdir -p -m 775 /var/www/data; \
|
||||
chown -R www-data:www-data /var/www/data
|
||||
|
||||
RUN set -ex; \
|
||||
ln -sf /dev/stdout /var/log/friendica.log
|
||||
|
||||
VOLUME /var/www/html
|
||||
VOLUME /var/www/data
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $config = [
|
|||
// Necessary because otherwise the daemon isn't working
|
||||
'pidfile' => '/var/run/friendica.pid',
|
||||
|
||||
'logfile' => '/var/www/html/friendica.log',
|
||||
'logfile' => '/var/log/friendica.log',
|
||||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
|
|
|
|||
|
|
@ -161,6 +161,9 @@ RUN set -ex; \
|
|||
mkdir -p -m 775 /var/www/data; \
|
||||
chown -R www-data:www-data /var/www/data
|
||||
|
||||
RUN set -ex; \
|
||||
ln -sf /dev/stdout /var/log/friendica.log
|
||||
|
||||
VOLUME /var/www/html
|
||||
VOLUME /var/www/data
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $config = [
|
|||
// Necessary because otherwise the daemon isn't working
|
||||
'pidfile' => '/var/run/friendica.pid',
|
||||
|
||||
'logfile' => '/var/www/html/friendica.log',
|
||||
'logfile' => '/var/log/friendica.log',
|
||||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
|
|
|
|||
|
|
@ -169,6 +169,9 @@ RUN set -ex; \
|
|||
mkdir -p -m 775 /var/www/data; \
|
||||
chown -R www-data:www-data /var/www/data
|
||||
|
||||
RUN set -ex; \
|
||||
ln -sf /dev/stdout /var/log/friendica.log
|
||||
|
||||
VOLUME /var/www/html
|
||||
VOLUME /var/www/data
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $config = [
|
|||
// Necessary because otherwise the daemon isn't working
|
||||
'pidfile' => '/var/run/friendica.pid',
|
||||
|
||||
'logfile' => '/var/www/html/friendica.log',
|
||||
'logfile' => '/var/log/friendica.log',
|
||||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
|
|
|
|||
|
|
@ -139,6 +139,9 @@ RUN set -ex; \
|
|||
mkdir -p -m 775 /var/www/data; \
|
||||
chown -R www-data:www-data /var/www/data
|
||||
|
||||
RUN set -ex; \
|
||||
ln -sf /dev/stdout /var/log/friendica.log
|
||||
|
||||
VOLUME /var/www/html
|
||||
VOLUME /var/www/data
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $config = [
|
|||
// Necessary because otherwise the daemon isn't working
|
||||
'pidfile' => '/var/run/friendica.pid',
|
||||
|
||||
'logfile' => '/var/www/html/friendica.log',
|
||||
'logfile' => '/var/log/friendica.log',
|
||||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
|
|
|
|||
|
|
@ -161,6 +161,9 @@ RUN set -ex; \
|
|||
mkdir -p -m 775 /var/www/data; \
|
||||
chown -R www-data:www-data /var/www/data
|
||||
|
||||
RUN set -ex; \
|
||||
ln -sf /dev/stdout /var/log/friendica.log
|
||||
|
||||
VOLUME /var/www/html
|
||||
VOLUME /var/www/data
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $config = [
|
|||
// Necessary because otherwise the daemon isn't working
|
||||
'pidfile' => '/var/run/friendica.pid',
|
||||
|
||||
'logfile' => '/var/www/html/friendica.log',
|
||||
'logfile' => '/var/log/friendica.log',
|
||||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
|
|
|
|||
|
|
@ -169,6 +169,9 @@ RUN set -ex; \
|
|||
mkdir -p -m 775 /var/www/data; \
|
||||
chown -R www-data:www-data /var/www/data
|
||||
|
||||
RUN set -ex; \
|
||||
ln -sf /dev/stdout /var/log/friendica.log
|
||||
|
||||
VOLUME /var/www/html
|
||||
VOLUME /var/www/data
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $config = [
|
|||
// Necessary because otherwise the daemon isn't working
|
||||
'pidfile' => '/var/run/friendica.pid',
|
||||
|
||||
'logfile' => '/var/www/html/friendica.log',
|
||||
'logfile' => '/var/log/friendica.log',
|
||||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
|
|
|
|||
|
|
@ -139,6 +139,9 @@ RUN set -ex; \
|
|||
mkdir -p -m 775 /var/www/data; \
|
||||
chown -R www-data:www-data /var/www/data
|
||||
|
||||
RUN set -ex; \
|
||||
ln -sf /dev/stdout /var/log/friendica.log
|
||||
|
||||
VOLUME /var/www/html
|
||||
VOLUME /var/www/data
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $config = [
|
|||
// Necessary because otherwise the daemon isn't working
|
||||
'pidfile' => '/var/run/friendica.pid',
|
||||
|
||||
'logfile' => '/var/www/html/friendica.log',
|
||||
'logfile' => '/var/log/friendica.log',
|
||||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
|
|
|
|||
|
|
@ -161,6 +161,9 @@ RUN set -ex; \
|
|||
mkdir -p -m 775 /var/www/data; \
|
||||
chown -R www-data:www-data /var/www/data
|
||||
|
||||
RUN set -ex; \
|
||||
ln -sf /dev/stdout /var/log/friendica.log
|
||||
|
||||
VOLUME /var/www/html
|
||||
VOLUME /var/www/data
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ $config = [
|
|||
// Necessary because otherwise the daemon isn't working
|
||||
'pidfile' => '/var/run/friendica.pid',
|
||||
|
||||
'logfile' => '/var/www/html/friendica.log',
|
||||
'logfile' => '/var/log/friendica.log',
|
||||
'loglevel' => 'notice',
|
||||
],
|
||||
'storage' => [
|
||||
|
|
|
|||
|
|
@ -137,6 +137,9 @@ RUN set -ex; \
|
|||
mkdir -p -m 775 /var/www/data; \
|
||||
chown -R www-data:www-data /var/www/data
|
||||
|
||||
RUN set -ex; \
|
||||
ln -sf /dev/stdout /var/log/friendica.log
|
||||
|
||||
VOLUME /var/www/html
|
||||
VOLUME /var/www/data
|
||||
|
||||
|
|
|
|||
|
|
@ -159,6 +159,9 @@ RUN set -ex; \
|
|||
mkdir -p -m 775 /var/www/data; \
|
||||
chown -R www-data:www-data /var/www/data
|
||||
|
||||
RUN set -ex; \
|
||||
ln -sf /dev/stdout /var/log/friendica.log
|
||||
|
||||
VOLUME /var/www/html
|
||||
VOLUME /var/www/data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue