Skip to content

Commit 91c8bad

Browse files
committed
add info about admin password
1 parent b3ec489 commit 91c8bad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/admin/getting-started/container/docker-compose/docker-compose-base.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ WOPISERVER_DOMAIN=wopiserver.YOUR.DOMAIN
9494
```bash
9595
ADMIN_PASSWORD=YourSecurePassword
9696
```
97+
This is mandatory for security reasons, otherwise the OpenCloud container will not start.
9798

9899
### ✅ Set your email for SSL certification
99100
```bash
@@ -240,7 +241,7 @@ Login with:
240241

241242
**Username:** `admin`
242243

243-
**Password:** (your password)
244+
**Password:** YourSecurePassword
244245

245246
<img src={require("./../../img/docker-compose/login.png").default} alt="Admin general" width="1920"/>
246247

0 commit comments

Comments
 (0)