Automatic Docker compose installation
You can install EasyPON with Docker Compose just by executing the bash script with the docker-install parameter in Terminal:
apt update && apt install curl -y
bash <(curl https://cabinet.easypon.in/install_ep.sh) docker-install
Last updated