mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-02-28 14:49:10 +00:00
add log rotation
This commit is contained in:
@@ -22,3 +22,8 @@ services:
|
||||
volumes:
|
||||
- ./data/data:/srv/sftpgo
|
||||
- ./data/home:/var/lib/sftpgo
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "3"
|
||||
|
||||
Reference in New Issue
Block a user