mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
fix(docs): Docker compose files download (#5977)
This commit is contained in:
@@ -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
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user