Skip to main content

Using Docker Compose

  1. The first step is to clone a repository as usual
git clone https://github.com/clowzed/sero
cd sero
  1. Now open docker-compose.yml and edit environment variables. The description of the parameters can be found on Configuration

  2. Start your server using well-known command

docker compose up -d