enable accecss log filter

This commit is contained in:
2025-02-03 10:16:56 +02:00
parent 8d217a76c5
commit 3d1c095b60

View File

@@ -59,7 +59,7 @@ services:
- --accessLog=true - --accessLog=true
- --accessLog.filePath=/var/log/traefik/access.log - --accessLog.filePath=/var/log/traefik/access.log
- --accessLog.bufferingSize=100 # Configuring a buffer of 100 lines - --accessLog.bufferingSize=100 # Configuring a buffer of 100 lines
# - --accessLog.filters.statusCodes=400-499 - --accessLog.filters.statusCodes=400-499
- --providers.docker=true - --providers.docker=true
- --providers.docker.endpoint=${DOCKER_ENDPOINT} # Use Docker Socket Proxy instead for improved security - --providers.docker.endpoint=${DOCKER_ENDPOINT} # Use Docker Socket Proxy instead for improved security
# Automatically set Host rule for services # Automatically set Host rule for services