mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-22 11:39:34 +00:00
docker: revert log driver.
This commit is contained in:
parent
b6ece37a8d
commit
5eb34a8c4b
2 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@ services:
|
|||
environment:
|
||||
- TZ
|
||||
logging:
|
||||
driver: "local"
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue