Skip to content

Commit dd3ffdf

Browse files
authored
Change Docker image tags to 'latest'
Updated Docker image tags in README to use 'latest'.
1 parent 8635ccf commit dd3ffdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This is the easiest way to get started without needing to install Go or build fr
3838

3939
```bash
4040
docker run -d --name sql-to-logsql -p 8080:8080 -v /data/views \
41-
ghcr.io/victoriametrics/sql-to-logsql
41+
ghcr.io/victoriametrics/sql-to-logsql:latest
4242
```
4343

4444
Here is the example with specified [config file](#configuration):
@@ -61,7 +61,7 @@ EOL
6161
docker run -d --name sql-to-logsql -p 8080:8080 \
6262
-v /home/sql-to-logsql/data/views \
6363
-v ./config.json:/home/sql-to-logsql/config.json:ro \
64-
ghcr.io/victoriametrics/sql-to-logsql:v0.4.0 \
64+
ghcr.io/victoriametrics/sql-to-logsql:latest \
6565
--config=config.json
6666
```
6767

0 commit comments

Comments
 (0)