Syslifters / sysreptor

Fully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike.
https://docs.sysreptor.com
Other
1.28k stars 126 forks source link

Installation error with docker compose #51

Closed GabrielDuschl closed 1 year ago

GabrielDuschl commented 1 year ago

Hello,

I've attempted to install Sysreptor on my Ubuntu machine with version 22.04.1. My Docker version is 20.10.21, and docker-compose is 1.25.0. However, I'm encountering an error message stating "unknown shorthand flag: 'f' in -f" after the dependency download.

Is there a solution available for this issue?

Thank you.

curl -s https://docs.sysreptor.com/install.sh | bash
Good to see you.
Get ready for the easiest pentest reporting tool.

Downloading SysReptor from https://github.com/syslifters/sysreptor/releases/latest/download/source-prebuilt.tar.gz ...
Checking download...
Unpacking sysreptor.tar.gz...
deploy/app.env exists. Will not create new secrets.
No license key found. Going with Community edition.
Creating docker volumes...
Volume: sysreptor-db-data
Volume: sysreptor-app-data
Build and launch SysReptor via docker compose...
We are downloading and installing all dependencies.
This may take a few minutes.
unknown shorthand flag: 'f' in -f
See 'docker --help'.

Usage:  docker [OPTIONS] COMMAND
cmahrl commented 1 year ago

Hi, can you share the result of ‘docker compose version’?

GabrielDuschl commented 1 year ago

I have not installed docker compose. I got it now. Thanks!