-
- Downloads
Remove udp port forwarding due to docker bug
The current production docker verison or configuration only allows to forward a port either by using udp or tcp, not both (even though that's what is suggested by fluentd). docker will use the last entry and silently delete the former. This is not a problem for us since we only talk to fluentd via tcp.
Loading
Please register or sign in to comment