There was an error while loading. Please reload this page.
1 parent bfd3dd7 commit 799f86dCopy full SHA for 799f86d
1 file changed
README.md
@@ -37,7 +37,7 @@ This is the easiest way to get started without needing to install Go or build fr
37
38
```bash
39
docker run -d --name logql-to-logsql -p 8080:8080 -v /data/views \
40
- ghcr.io/victoriaMetrics-community/logql-to-logsql:latest
+ ghcr.io/victoriametrics-community/logql-to-logsql:latest
41
```
42
43
Here is the example with specified [config file](#configuration):
@@ -54,7 +54,7 @@ EOL
54
docker run -d --name logql-to-logsql -p 8080:8080 \
55
-v /home/logql-to-logsql/data/views \
56
-v ./config.json:/home/logql-to-logsql/config.json:ro \
57
- ghcr.io/victoriaMetrics-community/logql-to-logsql:latest \
+ ghcr.io/victoriametrics-community/logql-to-logsql:latest \
58
--config=config.json
59
60
0 commit comments