Setup log file size
This commit is contained in:
parent
5be7ccea93
commit
fa6e3d14c8
@ -10,6 +10,10 @@ services:
|
||||
networks:
|
||||
- db_nw
|
||||
tgbot:
|
||||
logging:
|
||||
options:
|
||||
max-size: "10M"
|
||||
max-file: "10"
|
||||
build: .
|
||||
volumes:
|
||||
- .:/src
|
||||
|
Loading…
x
Reference in New Issue
Block a user