Start containers in isolated network

This commit is contained in:
2024-06-29 18:58:49 -03:00
parent 69a6359ed1
commit e60bc2dd28
2 changed files with 23 additions and 0 deletions

7
tinyproxy/tinyproxy.conf Normal file
View File

@ -0,0 +1,7 @@
Port 8888
Listen 0.0.0.0
Timeout 600
Allow 0.0.0.0/0
ReverseOnly Yes
ReversePath "/faaso/hello" "http://localhost:32783"
ReverseMagic Yes