Skip to content

Commit 799f86d

Browse files
authored
Fix repository name in Docker run commands
1 parent bfd3dd7 commit 799f86d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

3838
```bash
3939
docker run -d --name logql-to-logsql -p 8080:8080 -v /data/views \
40-
ghcr.io/victoriaMetrics-community/logql-to-logsql:latest
40+
ghcr.io/victoriametrics-community/logql-to-logsql:latest
4141
```
4242

4343
Here is the example with specified [config file](#configuration):
@@ -54,7 +54,7 @@ EOL
5454
docker run -d --name logql-to-logsql -p 8080:8080 \
5555
-v /home/logql-to-logsql/data/views \
5656
-v ./config.json:/home/logql-to-logsql/config.json:ro \
57-
ghcr.io/victoriaMetrics-community/logql-to-logsql:latest \
57+
ghcr.io/victoriametrics-community/logql-to-logsql:latest \
5858
--config=config.json
5959
```
6060

0 commit comments

Comments
 (0)