mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-29 15:10:27 +00:00
add quotes to max-file value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user