We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204fb1b commit 2d130d1Copy full SHA for 2d130d1
README.md
@@ -58,7 +58,7 @@ To use this log processor with your existing Traefik setup:
58
Run the following command in the directory containing your `docker-compose.yml` file:
59
60
```bash
61
- docker-compose up -d
+ docker compose up -d
62
```
63
64
The processed logs will be written to the `processed_logs` volume, organized by service name and date, e.g., `/logs/<service_name>/<YYYY-MM-DD>.log`.
0 commit comments