Deploy to your Interserver VPS in 30 minutes
ssh root@69.169.102.89
apt update && apt upgrade -y
# Install Docker curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh # Install Docker Compose curl -L "https://github.com/docker/compose/releases/download/v2.21.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose
apt install -y nginx certbot python3-certbot-nginx git curl wget