We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ec489 commit 91c8badCopy full SHA for 91c8bad
docs/admin/getting-started/container/docker-compose/docker-compose-base.md
@@ -94,6 +94,7 @@ WOPISERVER_DOMAIN=wopiserver.YOUR.DOMAIN
94
```bash
95
ADMIN_PASSWORD=YourSecurePassword
96
```
97
+This is mandatory for security reasons, otherwise the OpenCloud container will not start.
98
99
### ✅ Set your email for SSL certification
100
@@ -240,7 +241,7 @@ Login with:
240
241
242
**Username:** `admin`
243
-**Password:** (your password)
244
+**Password:** YourSecurePassword
245
246
<img src={require("./../../img/docker-compose/login.png").default} alt="Admin general" width="1920"/>
247
0 commit comments