Skip to content
Snippets Groups Projects
Unverified Commit 4f82fbd2 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

provenance: Fix entrypoint

Refs. sysadm-environment#5608
parent 9dd86de9
No related branches found
Tags swh-provenance-20250320.1
No related merge requests found
......@@ -45,8 +45,8 @@ case "$1" in
echo 'Starting the swh-provenance GRPC server'
exec swh-provenance-grpc-serve \
--graph "${GRAPH_PATH}" \
--database "${PROVENANCE_PATH}" \
--bind ":${PORT}"
--database "file://${PROVENANCE_PATH}" \
--bind ":::${PORT}"
"${EXTRA_CLI_FLAGS[@]}" \
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment