From b1bc7d970fba3edef5f31b92184a6e56272417c9 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 15 Oct 2014 10:29:19 +1100 Subject: [PATCH] add rate limiting by default to samples --- samples/standalone.yml | 2 +- samples/web_only.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/standalone.yml b/samples/standalone.yml index b39f8d3..ade05e8 100644 --- a/samples/standalone.yml +++ b/samples/standalone.yml @@ -16,7 +16,7 @@ templates: - "templates/redis.template.yml" - "templates/web.template.yml" - "templates/sshd.template.yml" - #- "templates/web.ratelimited.template.yml" + - "templates/web.ratelimited.template.yml" ## which TCP/IP ports should this container expose? expose: diff --git a/samples/web_only.yml b/samples/web_only.yml index 9fe3449..f55c465 100644 --- a/samples/web_only.yml +++ b/samples/web_only.yml @@ -4,6 +4,7 @@ templates: - "templates/sshd.template.yml" - "templates/web.template.yml" + - "templates/web.ratelimited.template.yml" expose: - "80:80" -- 2.25.1