Nextcloud: Implement logs to stdout

This commit is contained in:
Micke Nordin 2023-10-17 10:25:33 +02:00
parent 6211f3aaea
commit ec9115df06

View file

@ -36,7 +36,7 @@ services:
- 89.32.32.32 - 89.32.32.32
ports: ports:
- 443:443 - 443:443
command: apachectl -D FOREGROUND command: sh -c 'tail -f /var/www/html/data/nextcloud.log | tee -a /proc/1/fd/2 & apachectl -D FOREGROUND'
tty: true tty: true
networks: networks: