Skip to content

Commit 9c813bc

Browse files
authored
Merge pull request #3437 from Encephala/fix-logrotate-docs
Fix typo in logrotate config path
2 parents b8596ac + 082c4e1 commit 9c813bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ You can customise the logrotate configuration through a mount (if your custom co
204204
```yml
205205
volumes:
206206
...
207-
- ./logrotate.custom:/etc/logrotate.d/nginx-proxy/manager
207+
- ./logrotate.custom:/etc/logrotate.d/nginx-proxy-manager
208208
```
209209

210210
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).

0 commit comments

Comments
 (0)