Skip to content

Commit fb4f817

Browse files
committed
Add registry image name
1 parent ea31828 commit fb4f817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ $ GRAPH_FILE=graph.ttl poetry run uvicorn sparql_file:app --host 0.0.0.0 --port
1212

1313
```
1414
$ task build
15-
$ podman run -d --rm -v /path/to/graph_file.ttl:/data/graph.ttl:z -p 8080:8080 localhost/sparql_file:latest
15+
$ podman run -d --rm -v /path/to/graph_file.ttl:/data/graph.ttl:z -p 8080:8080 ghcr.io/aksw/sparql-file:main
1616
```

0 commit comments

Comments
 (0)