Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect mapping 9069:9060 in heplify-server/hom7-influx-grafana/docker-compose.yml #119

Open
smith151 opened this issue Jun 20, 2022 · 0 comments

Comments

@smith151
Copy link

smith151 commented Jun 20, 2022

Maybe this is the typing error in heplify-server/hom7-influx-grafana/docker-compose.yml:

  heplify-server:
    image: sipcapture/heplify-server
    container_name: heplify-server
    ports:
      - "9069:9060"

It's should be:

  heplify-server:
    image: sipcapture/heplify-server
    container_name: heplify-server
    ports:
      - "9069:9069"
@smith151 smith151 changed the title incorrect mapping 9096:9060 in hom7-influx-grafana/docker-compose.yml incorrect mapping 9069:9060 in hom7-influx-grafana/docker-compose.yml Jun 20, 2022
@smith151 smith151 changed the title incorrect mapping 9069:9060 in hom7-influx-grafana/docker-compose.yml incorrect mapping 9069:9060 in heplify-server/hom7-influx-grafana/docker-compose.yml Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant