This commit is contained in:
Philip Haupt
2025-11-15 14:07:12 +01:00
parent 878a9c8a17
commit 69f80d85a1
2 changed files with 4 additions and 4 deletions

View File

@@ -452,9 +452,9 @@ spec:
- /bin/sh
- -c
- |
apk add --no-cache su-exec
apt-get update && apt-get install -y gosu
mkdir -p /etc/crontabs
echo "*/1 * * * * su-exec 33:33 php -f /var/www/html/cron.php" > /etc/crontabs/root
echo "*/1 * * * * gosu 33:33 php -f /var/www/html/cron.php" > /etc/crontabs/root
exec busybox crond -c /etc/crontabs -f -L /dev/stdout
env:
- name: POSTGRES_HOST