mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-13 23:03:09 +00:00
restrict the logs size with 100MB
This commit is contained in:
@@ -7,4 +7,9 @@ services:
|
||||
volumes:
|
||||
- ./config.py:/home/tgproxy/config.py
|
||||
- ./mtprotoproxy.py:/home/tgproxy/mtprotoproxy.py
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-file: "10"
|
||||
max-size: "10m"
|
||||
# mem_limit: 1024m
|
||||
|
||||
Reference in New Issue
Block a user