diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-02 14:14:53 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-02 14:14:53 -0600 |
| commit | 4b309430194cc1238261c767cf113a9dd9d09b75 (patch) | |
| tree | 86a5c5501ceb6f43ee4d7060f3e3065b0eb2106c /Makefile | |
| parent | cd573cdcc436f664849b7b95c9985d13f30d27e3 (diff) | |
chore: bind to ipv4 address
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ build-image: @docker build --no-cache --tag $(IMAGE_TAG) . run-image: build-image - @docker run --rm -p 50051:50051 --init -it $(IMAGE_TAG) + @docker run --rm -p 50051:50051 --env BIND_ADDR=0.0.0.0:50051 --init -it $(IMAGE_TAG) # gRPC testing targets health-check: |
