From 876dcfd54640a9ce98cb59c4512907b853267462 Mon Sep 17 00:00:00 2001 From: Jonas Dossmann Date: Tue, 2 Dec 2025 20:50:21 +0000 Subject: [PATCH] Update raspberry-pi.md Clarified instructions. --- docs/admin/getting-started/other/raspberry-pi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/getting-started/other/raspberry-pi.md b/docs/admin/getting-started/other/raspberry-pi.md index 7bae052e..b185e993 100644 --- a/docs/admin/getting-started/other/raspberry-pi.md +++ b/docs/admin/getting-started/other/raspberry-pi.md @@ -110,13 +110,13 @@ Edit the `.env` file: nano .env ``` -Add the minimal OpenCloud setup: +Activate the minimal OpenCloud setup by un-commenting this line: ```bash COMPOSE_FILE=docker-compose.yml:traefik/opencloud.yml ``` -Set your admin password +Look for the following line and set here your admin password: ```bash INITIAL_ADMIN_PASSWORD=YourSecurePassword