fix: add ANY argument to tinyproxy container to configure ACL and start up successfully
This commit is contained in:
parent
d4bea26690
commit
69d8f8cc3c
|
|
@ -16,6 +16,7 @@ spec:
|
|||
containers:
|
||||
- name: gluetun
|
||||
image: dannydirect/tinyproxy:latest
|
||||
args: ["ANY"]
|
||||
ports:
|
||||
- name: proxy
|
||||
containerPort: 8888
|
||||
|
|
|
|||
Loading…
Reference in New Issue