mirror of
https://github.com/RipleyBooya/ssh-tunnel.git
synced 2025-12-13 08:18:39 +01:00
Create logrotate.template
This commit is contained in:
parent
bb43e9cdaa
commit
af6e248199
1 changed files with 8 additions and 0 deletions
8
docker/logrotate.template
Normal file
8
docker/logrotate.template
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/var/log/ssh-tunnel/tunnel.log {
|
||||
${LOGROTATE_FREQUENCY}
|
||||
rotate ${LOGROTATE_ROTATE}
|
||||
${LOGROTATE_COMPRESS:+compress}
|
||||
missingok
|
||||
notifempty
|
||||
copytruncate
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue