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 8635ccf commit dd3ffdfCopy full SHA for dd3ffdf
README.md
@@ -38,7 +38,7 @@ This is the easiest way to get started without needing to install Go or build fr
38
39
```bash
40
docker run -d --name sql-to-logsql -p 8080:8080 -v /data/views \
41
- ghcr.io/victoriametrics/sql-to-logsql
+ ghcr.io/victoriametrics/sql-to-logsql:latest
42
```
43
44
Here is the example with specified [config file](#configuration):
@@ -61,7 +61,7 @@ EOL
61
docker run -d --name sql-to-logsql -p 8080:8080 \
62
-v /home/sql-to-logsql/data/views \
63
-v ./config.json:/home/sql-to-logsql/config.json:ro \
64
- ghcr.io/victoriametrics/sql-to-logsql:v0.4.0 \
+ ghcr.io/victoriametrics/sql-to-logsql:latest \
65
--config=config.json
66
67
0 commit comments