diff --git a/docker-compose.yml b/docker-compose.yml index 62ff8bc..06e985a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,4 +4,9 @@ services: command: verify --rpc-endpoint "###RPC###" volumes: - /root/node:/var/tmp - restart: always \ No newline at end of file + restart: always + logging: + driver: "json-file" + options: + max-file: 5 + max-size: 10m \ No newline at end of file