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:
@@ -29,6 +29,11 @@ services:
|
||||
- net.ipv6.conf.all.disable_ipv6=0
|
||||
- net.ipv6.conf.all.forwarding=1
|
||||
- net.ipv6.conf.default.forwarding=1
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "3"
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
|
||||
Reference in New Issue
Block a user