Add missing header

This commit is contained in:
2025-08-15 20:51:07 +02:00
committed by GitHub
parent bca1e03d59
commit 2e345410fc

View File

@@ -68,12 +68,14 @@ ghcr.io/n0rthernl1ghts/wordpress-cron:6.6.2
Replace version number with desired version, eg. 6.6.1. Replace version number with desired version, eg. 6.6.1.
### Cron #### Cron
Cron is supported out of the box in `ghcr.io/n0rthernl1ghts/wordpress` image, but the best practice is to use dedicated image `ghcr.io/n0rthernl1ghts/wordpress-cron` for this purpose. <br/> Cron is supported out of the box in `ghcr.io/n0rthernl1ghts/wordpress` image, but the best practice is to use dedicated image `ghcr.io/n0rthernl1ghts/wordpress-cron` for this purpose. <br/>
This image is optimized for running cron jobs, and is stripped of unnecessary components. This image is optimized for running cron jobs, and is stripped of unnecessary components.
Running cron in the main image is not recommended, as it can cause performance issues, and can lead to unexpected behavior. Running cron in the main image is not recommended, as it can cause performance issues, and can lead to unexpected behavior.
#### Plugin installer
``` ```
WARNING: This feature is experimental and can fail. Proceed with caution WARNING: This feature is experimental and can fail. Proceed with caution
``` ```