Skip to content

Commit

Permalink
ci: use correct port args for opi-spdk-bridge
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Sep 23, 2023
1 parent 5dff234 commit febf4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
depends_on:
spdk:
condition: service_healthy
command: /opi-spdk-bridge -port=50051
command: /opi-spdk-bridge -grpc_port=50051 -http_port=8082
healthcheck:
test: grpcurl -plaintext localhost:50051 list || exit 1

Expand Down

0 comments on commit febf4ab

Please sign in to comment.