Skip to content

Commit

Permalink
Chore: update max log size
Browse files Browse the repository at this point in the history
requested in cr by @jammsen
  • Loading branch information
Gornoka authored Apr 27, 2024
1 parent a33576d commit 91a6c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
logging:
driver: "local"
options:
max-size: "100m"
max-size: "10m"
max-file: "3"
ports:
- target: 8211 # Gamerserver port inside of the container
Expand Down

0 comments on commit 91a6c85

Please sign in to comment.