docker: revert log driver.

This commit is contained in:
tecnovert 2021-02-15 19:12:15 +02:00
parent b6ece37a8d
commit 5eb34a8c4b
No known key found for this signature in database
GPG key ID: 8ED6D8750C4E3F93
2 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ services:
environment:
- TZ
logging:
driver: "local"
driver: "json-file"
options:
max-size: "10m"
max-file: "5"

View file

@ -14,7 +14,7 @@ services:
expose:
- 51735
logging:
driver: "local"
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
@ -32,7 +32,7 @@ services:
expose:
- 8332
logging:
driver: "local"
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
@ -50,7 +50,7 @@ services:
#expose:
#- 8332
#logging:
#driver: "local"
#driver: "json-file"
#options:
#max-size: "10m"
#max-file: "3"
@ -66,7 +66,7 @@ services:
expose:
- 8332
logging:
driver: "local"
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
@ -84,7 +84,7 @@ services:
environment:
- TZ
logging:
driver: "local"
driver: "json-file"
options:
max-size: "10m"
max-file: "5"