Skip to main content

Wwwnephaelnet Install Link

export NEPHAELNET_REGISTRY="mirror.wwwnephaelnet.com" sudo -E ./nephaelnet-www-installer.sh Cause: Older Docker installation without Compose plugin.

sudo apt remove docker-compose # remove old standalone version sudo apt install docker-compose-plugin Cause: Port 80 not reachable from the internet for Let's Encrypt validation. wwwnephaelnet install

curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh sudo usermod -aG docker $USER newgrp docker Verify installation: export NEPHAELNET_REGISTRY="mirror