From 34ad99989abda33c75bb6f89d3467ea986cbe37a Mon Sep 17 00:00:00 2001
From: Quentin McGaw
- To access port `8000` of container `xyz` and `9000` of container `abc` connected to PIA, you will need a reverse proxy such as `qmcgaw/caddy-scratch` + To access port `8000` of container `xyz` and `9000` of container `abc` connected to PIA, you will need a reverse proxy such as `qmcgaw/caddy-scratch` (you can build it for **ARM**, see its readme) 1. Create the file *Caddyfile* with: + ```sh + touch Caddyfile + chown 1000 Caddyfile + chmod 600 Caddyfile + ``` + + with this content: + ```ruby :8000 { proxy / xyz:8000 @@ -251,6 +259,12 @@ There are various ways to achieve this, depending on your use case.
+ + *I cannot make it so far sadly.. maybe someone can enlighten !* + +