From 53ec7140da16b35d3bd6856f55482e95545ddf30 Mon Sep 17 00:00:00 2001 From: bilogic <946010+bilogic@users.noreply.github.com> Date: Thu, 30 Oct 2025 16:16:03 +0800 Subject: [PATCH] document the mandatory OC_DOMAIN --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ac7015..71b23c2 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,9 @@ OpenCloud Compose offers a modular approach to deploying OpenCloud with several 3. **Set admin password**: set `INITIAL_ADMIN_PASSWORD=your_secure_password` environment variable in your `.env` file - -4. **Configure deployment options**: +4. **Domain**: + optionally, set `OC_DOMAIN=your-domain.com` to overwrite the default `cloud.opencloud.test` +5. **Configure deployment options**: You can deploy using explicit `-f` flags: ```bash @@ -60,14 +61,14 @@ OpenCloud Compose offers a modular approach to deploying OpenCloud with several docker compose up -d ``` -5. **Add local domains to `/etc/hosts`** (for local development only): +6. **Add local domains to `/etc/hosts`** (for local development only): ``` 127.0.0.1 cloud.opencloud.test 127.0.0.1 traefik.opencloud.test 127.0.0.1 keycloak.opencloud.test ``` -6. **Access OpenCloud**: +7. **Access OpenCloud**: - URL: https://cloud.opencloud.test - Username: `admin` - Password: value of your `INITIAL_ADMIN_PASSWORD`