Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/admin/getting-started/other/raspberry-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down