Skip to content

Frage: Wofür werden die Ports 7090/udp, 8887/tcp und 9522/udp benötigt? #6364

Answered by jheinitz
jheinitz asked this question in Docker
Discussion options

You must be logged in to vote

Hello,

I think that I found the answer on my own. This is a code snipplet from the Dockerfile:

# mDNS
EXPOSE 5353/udp
# UI and /api
EXPOSE 7070/tcp
# KEBA charger
EXPOSE 7090/udp
# OCPP charger
EXPOSE 8887/tcp
# SMA Energy Manager
EXPOSE 9522/udp

Is that correct? Does it mean that I do not need to expose these ports when not using one of the components?

Kind regards

Jens

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@premultiply
Comment options

@jheinitz
Comment options

jheinitz Feb 23, 2023
Author Sponsor

Answer selected by jheinitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Docker
Labels
None yet
2 participants