- caddy
- globaltunnel
- wireguard
- docker
- docker compose
start your docker client
git clone https://github.com/hiram-labs/docker-proxy.git
docker-proxy
HINT chmod 700 run
Use the ./run shell script to execute the following commands:
- start the docker-compose file in detach mode
./run start
- stop the docker-compose file
./run stop
- get shell into caddy container
./run cdy:shell
- reload Caddyfile after changes
./run cdy:reload
- format Caddyfile
./run cdy:fmt
- get shell into globaltunnel container
./run gt:shell