Skip to content

Container por is wrong. Must be 8081 than 8080 #96

@mancier

Description

@mancier

Hello There! I openned this to propose a correction in a documentation.
When I see the examples I found this:
grpcurl -format-error -plaintext -d '{ "uri": "localhost:8081", "method": "Echoserver.Status", "message": "{ \"status\": \"random\" }" }' 'localhost:8081' Echoserver.Request
The request is made for :8081

But when I run the docker container I have this in example:
docker run -it --rm --name echoserver -p 8080:8080 ghcr.io/ricoberger/echoserver:latest
Mirroring the wrong port, :8080.

Changing the port for :8081 I ran correctly
docker run -it --rm --name echoserver -p 8081:8081 ghcr.io/ricoberger/echoserver:latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions