syslog Port auf Standard 514 geändert

This commit is contained in:
Czechman 2023-10-24 03:15:59 +02:00
parent 96333e1f87
commit 8c51efa640
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ services:
GRAYLOG_MONGODB_URI: "mongodb://mongodb:27017/graylog" GRAYLOG_MONGODB_URI: "mongodb://mongodb:27017/graylog"
ports: ports:
- "5044:5044/tcp" # Beats - "5044:5044/tcp" # Beats
- "5140:5140/udp" # Syslog - "514:514/udp" # Syslog
- "5140:5140/tcp" # Syslog - "514:514/tcp" # Syslog
- "5555:5555/tcp" # RAW TCP - "5555:5555/tcp" # RAW TCP
- "5555:5555/udp" # RAW TCP - "5555:5555/udp" # RAW TCP
- "9001:9000/tcp" # Server API - "9001:9000/tcp" # Server API