fix(docs): Docker compose files download (#5977)

This commit is contained in:
Pedro De Castro
2024-12-01 13:44:56 +01:00
committed by GitHub
parent ffaa267b5e
commit 333f74dba0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -93,8 +93,8 @@ Prowler App can be installed in different ways, depending on your environment:
**Commands**
``` console
curl -Lo https://github.com/prowler-cloud/prowler/blob/master/docker-compose.yml
curl -Lo https://github.com/prowler-cloud/prowler/blob/master/.env
curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/docker-compose.yml
curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/.env
docker compose up -d
```
+2 -2
View File
@@ -40,8 +40,8 @@ Prowler App can be installed in different ways, depending on your environment:
_Commands_:
``` bash
curl -Lo https://github.com/prowler-cloud/prowler/blob/master/docker-compose.yml \
curl -Lo https://github.com/prowler-cloud/prowler/blob/master/.env \
curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/docker-compose.yml
curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/master/.env
docker compose up -d
```