mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
clean up some files
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
3671cc9fe6
commit
93f14608f3
3 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
# Caddy is a requirement
|
|
||||||
FROM caddy:2.6.4-alpine as caddy
|
FROM caddy:2.6.4-alpine as caddy
|
||||||
|
|
||||||
FROM httpd:2.4.57-alpine3.17
|
FROM httpd:2.4.57-alpine3.17
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@ stdout_logfile_maxbytes=0
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
stderr_logfile_maxbytes=0
|
stderr_logfile_maxbytes=0
|
||||||
command=/cron.sh
|
command=/cron.sh
|
||||||
|
user=root
|
||||||
|
|
||||||
[program:backup-time-file-watcher]
|
[program:backup-time-file-watcher]
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
# From https://github.com/nextcloud/docker/blob/master/23/fpm-alpine/Dockerfile
|
|
||||||
FROM php:8.1.19-fpm-alpine3.17
|
FROM php:8.1.19-fpm-alpine3.17
|
||||||
|
|
||||||
ENV PHP_MEMORY_LIMIT 512M
|
ENV PHP_MEMORY_LIMIT 512M
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue