Update docker_entrypoint.sh

This commit is contained in:
Nick Sweeting 2024-10-08 17:11:23 -04:00 committed by GitHub
parent 216e885b85
commit 323138b7b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,6 +187,7 @@ if ! test -L /var/spool/cron/crontabs; then
rm -Rf /var/spool/cron/crontabs
ln -sf "$DATA_DIR/crontabs" /var/spool/cron/crontabs
fi
chown -R $PUID "$DATA_DIR/crontabs"
# set DBUS_SYSTEM_BUS_ADDRESS & DBUS_SESSION_BUS_ADDRESS
# (dbus is not actually needed, it makes chrome log fewer warnings but isn't worth making our docker images bigger)