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