Howto Freepbx container

From Vidalinux Wiki
Revision as of 23:01, 8 December 2023 by 10.233.102.144 (talk)
Jump to navigation Jump to search

install docker

first we need to install docker and docker compose:

https://wiki.vidalinux.org/index.php/Howto_docker

deploy freepbx container

clone the following repo from github:

git clone https://github.com/vidalinux/docker.git

enter docker-freepbx directory:

cd docker/docker-freepbx

create certs directory and add your domain ssl certificate and key:

mkdir certs
cp server.crt server.key certs/

deploy freepbx container:

docker-compose up -d

references