diff --git a/autostart_hummingbot_compose/docker-compose.yml b/autostart_hummingbot_compose/docker-compose.yml index 31bacc4..65ab841 100644 --- a/autostart_hummingbot_compose/docker-compose.yml +++ b/autostart_hummingbot_compose/docker-compose.yml @@ -20,7 +20,7 @@ services: driver: "json-file" options: max-size: "10m" - max-file: 5 + max-file: "5" tty: true stdin_open: true network_mode: host diff --git a/hummingbot_gateway_broker_compose/docker-compose.yml b/hummingbot_gateway_broker_compose/docker-compose.yml index addd726..c5c77c2 100644 --- a/hummingbot_gateway_broker_compose/docker-compose.yml +++ b/hummingbot_gateway_broker_compose/docker-compose.yml @@ -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 diff --git a/hummingbot_gateway_compose/docker-compose.yml b/hummingbot_gateway_compose/docker-compose.yml index e15e33e..3bf7f4f 100644 --- a/hummingbot_gateway_compose/docker-compose.yml +++ b/hummingbot_gateway_compose/docker-compose.yml @@ -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 diff --git a/multiple_hummingbot_gateway_compose/docker-compose.yml b/multiple_hummingbot_gateway_compose/docker-compose.yml index 77c4073..6e42515 100644 --- a/multiple_hummingbot_gateway_compose/docker-compose.yml +++ b/multiple_hummingbot_gateway_compose/docker-compose.yml @@ -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 diff --git a/simple_hummingbot_compose/docker-compose.yml b/simple_hummingbot_compose/docker-compose.yml index 33148ce..ac4ea17 100644 --- a/simple_hummingbot_compose/docker-compose.yml +++ b/simple_hummingbot_compose/docker-compose.yml @@ -16,7 +16,7 @@ services: driver: "json-file" options: max-size: "10m" - max-file: 5 + max-file: "5" tty: true stdin_open: true network_mode: host