diff --git a/README.md b/README.md index 98d5cd2476..f9dd486be8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 3ab1b4cfd6..ff3bb149c9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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