Skip to content

Commit 39fc3c0

Browse files
committed
Reduce MySQL test container output
It's quite chatty
1 parent 53c7c81 commit 39fc3c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ services:
2222

2323
test-db:
2424
image: mysql:5.7
25+
logging:
26+
options:
27+
max-size: 10k # Keep down the noise
2528
ulimits:
2629
nofile:
2730
soft: 1024

0 commit comments

Comments
 (0)