Skip to content

Commit

Permalink
chore: sets MAX_BODY_SIZE for go-httpbin (envoyproxy#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tteoP authored Dec 15, 2022
1 parent 19a223f commit feae078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
services:
httpbin:
image: mccutchen/go-httpbin:v2.5.0
environment:
- MAX_BODY_SIZE=15728640 # 15 MiB
chown:
image: alpine:3.16
command:
Expand Down

0 comments on commit feae078

Please sign in to comment.