mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-01 09:32:35 +02:00
update compose example
This commit is contained in:
parent
08b5e739e0
commit
6b119968e4
1 changed files with 4 additions and 3 deletions
|
@ -12,9 +12,10 @@ services:
|
||||||
labels:
|
labels:
|
||||||
proxy.aliases: godoxy
|
proxy.aliases: godoxy
|
||||||
proxy.godoxy.port: 3000
|
proxy.godoxy.port: 3000
|
||||||
# proxy.godoxy.middlewares.cidr_whitelist.status: 403
|
# proxy.godoxy.middlewares.cidr_whitelist: |
|
||||||
# proxy.godoxy.middlewares.cidr_whitelist.message: IP not allowed
|
# status: 403
|
||||||
# proxy.godoxy.middlewares.cidr_whitelist.allow: |
|
# message: IP not allowed
|
||||||
|
# allow:
|
||||||
# - 127.0.0.1
|
# - 127.0.0.1
|
||||||
# - 10.0.0.0/8
|
# - 10.0.0.0/8
|
||||||
# - 192.168.0.0/16
|
# - 192.168.0.0/16
|
||||||
|
|
Loading…
Add table
Reference in a new issue