Skip to content

Docker: Do not publicly expose API port

The default docker-setup exposes the API container directly on port 5000. This should not be the case and is not needed, as API access is all routed through the frontend nginx reverse proxy.

Merge request reports