diff --git a/templates/nextcloud-onlyoffice-config.yaml b/templates/nextcloud-onlyoffice-config.yaml
index 6966f0b8b0681bb7427b0013a019ddaccff41a5f..6b0c4bc564b6ad03c3564aa3b32b099753e2ea40 100644
--- a/templates/nextcloud-onlyoffice-config.yaml
+++ b/templates/nextcloud-onlyoffice-config.yaml
@@ -25,7 +25,7 @@ data:
     #   * Configures single-sign-on
     #   * Persists and loads the config.json config file
     #   * Updates database indices, columns, keys, etc needed after NC upgrade
-    #   * Writes a log to /var/www/html/data/postStart.log
+    #   * Writes a log to /var/www/tmp/postStart-<date>.log
     set -e
     exec > /var/www/tmp/postStart-$(date +"%s").log
     exec 2> /var/www/tmp/postStart-$(date +"%s")_error.log