EOX GitLab Instance

Skip to content
Snippets Groups Projects
  • Bernhard Mallinger's avatar
    c5dc29d9
    Remove udp port forwarding due to docker bug · c5dc29d9
    Bernhard Mallinger authored
    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.
    c5dc29d9
    History
    Remove udp port forwarding due to docker bug
    Bernhard Mallinger authored
    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.