Skip to content
Merged
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
8 changes: 7 additions & 1 deletion docs/admin/getting-started/other/raspberry-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down