mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2026-01-06 13:29:19 +00:00
Fix incorrect path in kanboard-cron
This commit is contained in:
@@ -72,7 +72,7 @@ services:
|
||||
entrypoint: |
|
||||
bash -c 'bash -s <<EOF
|
||||
trap "break;exit" SIGHUP SIGINT SIGTERM
|
||||
while [ ! -f /var/www/html/config/config.php ]; do
|
||||
while [ ! -f /var/www/app/config.php ]; do
|
||||
sleep 1
|
||||
done
|
||||
while true; do
|
||||
|
||||
Reference in New Issue
Block a user