Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// 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' => [
Expand Down
3 changes: 3 additions & 0 deletions 2024.12/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 2024.12/apache/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// 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' => [
Expand Down
3 changes: 3 additions & 0 deletions 2024.12/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 2024.12/fpm-alpine/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// 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' => [
Expand Down
3 changes: 3 additions & 0 deletions 2024.12/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 2024.12/fpm/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// 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' => [
Expand Down
3 changes: 3 additions & 0 deletions 2026.01/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 2026.01/apache/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// 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' => [
Expand Down
3 changes: 3 additions & 0 deletions 2026.01/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 2026.01/fpm-alpine/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// 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' => [
Expand Down
3 changes: 3 additions & 0 deletions 2026.01/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 2026.01/fpm/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// 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' => [
Expand Down
3 changes: 3 additions & 0 deletions 2026.04-dev/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 2026.04-dev/apache/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// 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' => [
Expand Down
3 changes: 3 additions & 0 deletions 2026.04-dev/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 2026.04-dev/fpm-alpine/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// 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' => [
Expand Down
3 changes: 3 additions & 0 deletions 2026.04-dev/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 2026.04-dev/fpm/config/zz-docker.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// 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' => [
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile-alpine.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions Dockerfile-debian.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down