Skip to content

Commit 082c4e1

Browse files
committed
Fix typo in logrotate config path
1 parent 2273eae commit 082c4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-config/README.md

+1-1
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)