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