The guide you sent was about how to setup crowdsec without docker, on a VPS, to work with Pangolin. So i don´t have a compose for crowdsec.
You should not use docker crowdsec if you install this on VPS.
Guide for Debian and Ubuntu Systems
This document provides instructions for installing and configuring CrowdSec on Debian and Ubuntu.
1. Install CrowdSec
The installation process begins with adding the official CrowdSec repository and then installing the package using the
aptpackage manager.
- Execute the installer script to add the CrowdSec repository to your system’s sources.
curl -s https://install.crowdsec.net | sudo bash
- Install the CrowdSec agent.
sudo apt update sudo apt install crowdsec -y ...
I mean, would you still recommend to install crowdsec that way on a VPS, or would you just install it via docker? Because that way, gives me the error I described.