Signal Proxy using Caddy How to run Install Docker Clone this repository Run the following commands docker compose build docker volume create --name=caddy_data sed -i 's/sub.example.com/sub.my-domain.com/g' config/caddy.json docker compose up --detach