Skip to content

Commit

Permalink
Merge pull request hummingbot#6594 from 0xferit/fix/6593
Browse files Browse the repository at this point in the history
fix/ Docker compose yml file on Client side hummingbot#6593
  • Loading branch information
nikspz authored Sep 29, 2023
2 parents fbe2cd1 + b4e1946 commit 8a8f895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a8f895

Please sign in to comment.