Merge pull request #3437 from Encephala/fix-logrotate-docs

Fix typo in logrotate config path
This commit is contained in:
jc21 2024-01-09 07:41:36 +10:00 committed by GitHub
commit 9c813bcce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ You can customise the logrotate configuration through a mount (if your custom co
```yml ```yml
volumes: 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). 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).