Remember to `docker exec -w /etc/caddy caddy caddy reload` after editing your Caddyfile.
```
asterisk.yourdomain.com {
reverse_proxy asterisk:80
}
```
### docker-compose up -d
After you created the .env and docker-compose.yml in this directory... do a `docker-compose up -d` to turn on the container. Then after it is finish booting...
Visit https://freepbx.yourdomain.com/admin/ to edit config. (Add /admin to the domain you choose in Caddy)
Remember to `docker exec -w /etc/caddy caddy caddy reload` after editing your Caddyfile.
You will need 3 files minimum to start the mumble server.
You will need 3 files minimum to start the mumble server. In this case config.ini should be inside the mumble-data folder before starting the container.
### Add to Caddyfile (from ~/docker/caddy)
Remember to `docker exec -w /etc/caddy caddy caddy reload` after editing your Caddyfile.