Skip to content

Commit 6844481

Browse files
committed
Fix: UDP vector ingestion should run as ingress port
1 parent e095766 commit 6844481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/logging/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ services:
111111
- target: 12201
112112
published: 12201
113113
protocol: udp
114-
mode: host
114+
mode: ingress
115115
volumes:
116116
- /var/run/docker.sock:/var/run/docker.sock:ro
117117
environment:

0 commit comments

Comments
 (0)