clean up some files

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-03 15:04:17 +02:00
parent 3671cc9fe6
commit 93f14608f3
3 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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