mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-08 12:38:14 -05:00
Fix typo in logrotate config path
This commit is contained in:
parent
2273eae6ee
commit
082c4e1008
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user