add quotes to max-file value

This commit is contained in:
david-hummingbot
2023-04-20 22:24:14 +08:00
parent 7ac71e4f59
commit 7fe25ed5de
5 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ services:
driver: "json-file"
options:
max-size: "10m"
max-file: 5
max-file: "5"
tty: true
stdin_open: true
network_mode: host
@@ -41,7 +41,7 @@ services:
driver: "json-file"
options:
max-size: "10m"
max-file: 5
max-file: "5"
tty: true
stdin_open: true
network_mode: host