docs: add note about containers arch (#6236)

This commit is contained in:
Pepe Fagoaga
2024-12-18 11:09:35 +01:00
committed by GitHub
parent 1ac681226d
commit fd5e7b809f
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@ curl -LO https://raw.githubusercontent.com/prowler-cloud/prowler/refs/heads/mast
docker compose up -d
```
> Containers are built for `linux/amd64`. If your workstation's architecture is different, please set `DOCKER_DEFAULT_PLATFORM=linux/amd64` in your environment.
> Enjoy Prowler App at http://localhost:3000 by signing up with your email and password.
### From GitHub
+2
View File
@@ -45,6 +45,8 @@ Prowler App can be installed in different ways, depending on your environment:
docker compose up -d
```
> Containers are built for `linux/amd64`. If your workstation's architecture is different, please set `DOCKER_DEFAULT_PLATFORM=linux/amd64` in your environment.
> Enjoy Prowler App at http://localhost:3000 by signing up with your email and password.
???+ note