next fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user