Skip to content

Commit

Permalink
chore: traefik logging
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsong committed Jan 15, 2025
1 parent 3e39899 commit 6e14ffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ services:
- ./traefik.yml:/etc/traefik/traefik.yml:ro
- ./config:/dynamic:ro
- ./certs:/certs
logging:
options:
max-size: "10m"
max-file: "3"

networks:
traefik:
Expand Down

0 comments on commit 6e14ffb

Please sign in to comment.