Skip to content

Wrong port mapping on docker-compose.yml #493

@jorgeharach

Description

@jorgeharach

Hi!,

There is a small problem on docker-compose.yml. grafana-service maps ports 3030 to 3030, but the the server is listening on port 3000. So, it should be:

ports:
    - 3030:3000

Regards!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions