From 6b119968e4e20871e6d32e62b39d41aff6529b54 Mon Sep 17 00:00:00 2001 From: yusing Date: Thu, 6 Feb 2025 05:59:21 +0800 Subject: [PATCH] update compose example --- compose.example.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compose.example.yml b/compose.example.yml index 2f3ac17..0c4d68c 100755 --- a/compose.example.yml +++ b/compose.example.yml @@ -12,9 +12,10 @@ services: labels: proxy.aliases: godoxy proxy.godoxy.port: 3000 - # proxy.godoxy.middlewares.cidr_whitelist.status: 403 - # proxy.godoxy.middlewares.cidr_whitelist.message: IP not allowed - # proxy.godoxy.middlewares.cidr_whitelist.allow: | + # proxy.godoxy.middlewares.cidr_whitelist: | + # status: 403 + # message: IP not allowed + # allow: # - 127.0.0.1 # - 10.0.0.0/8 # - 192.168.0.0/16