Setup log file size

This commit is contained in:
Kylmakalle 2019-03-25 19:00:50 +03:00
parent 5be7ccea93
commit fa6e3d14c8

View File

@ -10,6 +10,10 @@ services:
networks:
- db_nw
tgbot:
logging:
options:
max-size: "10M"
max-file: "10"
build: .
volumes:
- .:/src