From 082c4e10082d38bb4b9a5ad20017057bf2684e14 Mon Sep 17 00:00:00 2001 From: Encephala Date: Mon, 8 Jan 2024 16:14:27 +0100 Subject: [PATCH] Fix typo in logrotate config path --- docs/advanced-config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-config/README.md b/docs/advanced-config/README.md index f04eb8fa..aca339d2 100644 --- a/docs/advanced-config/README.md +++ b/docs/advanced-config/README.md @@ -204,7 +204,7 @@ You can customise the logrotate configuration through a mount (if your custom co ```yml volumes: ... - - ./logrotate.custom:/etc/logrotate.d/nginx-proxy/manager + - ./logrotate.custom:/etc/logrotate.d/nginx-proxy-manager ``` For reference, the default configuration can be found [here](https://github.com/NginxProxyManager/nginx-proxy-manager/blob/develop/docker/rootfs/etc/logrotate.d/nginx-proxy-manager).