diff --git a/docs/admin/getting-started/other/raspberry-pi.md b/docs/admin/getting-started/other/raspberry-pi.md index daeb2004..7bae052e 100644 --- a/docs/admin/getting-started/other/raspberry-pi.md +++ b/docs/admin/getting-started/other/raspberry-pi.md @@ -112,10 +112,16 @@ nano .env Add the minimal OpenCloud setup: -```env +```bash COMPOSE_FILE=docker-compose.yml:traefik/opencloud.yml ``` +Set your admin password + +```bash +INITIAL_ADMIN_PASSWORD=YourSecurePassword +``` + Then start Docker: ```bash