Dockerized Asterisk on alpine and standalone IP ( no NAT )
Please edit .env
file and enter IP, gateway and subnet.
Run ./start.sh
or docker-compose up -d
Run ./asteriskCli.sh
Asterisk configs will be store in ./asterisk
folder, if you have your own settings you can copy that files in this directory, so the container will use that.
Run ./stop.sh
or docker-compose down