From 557b1c33ea98f19ab40cdb18513b666cbf6bb292 Mon Sep 17 00:00:00 2001 From: Anja Barz Date: Thu, 26 Jun 2025 11:59:58 +0200 Subject: [PATCH] Update README.md adjust the instructions about the quick start guide and admin password --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c1716d..82ed013 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ OpenCloud Compose offers a modular approach to deploying OpenCloud with several docker compose -f docker-compose.yml -f traefik/opencloud.yml up -d ``` - Or by uncommenting the `COMPOSE_FILE` variable in `.env`: + Or by adding the `COMPOSE_FILE` variable in `.env`: ``` COMPOSE_FILE=docker-compose.yml:traefik/opencloud.yml ``` @@ -66,7 +66,9 @@ OpenCloud Compose offers a modular approach to deploying OpenCloud with several 5. **Access OpenCloud**: - URL: https://cloud.opencloud.test - Username: `admin` - - Password: `admin` (or as configured in `.env`) + - Password: is randomly generated on the first start of OpenCloud. + It will be printed to the console. You can access it by running the following command: + `docker compose logs opencloud | grep -B 1 -A 4 "generated OpenCloud Config"` ### Production Deployment @@ -358,4 +360,4 @@ Contributions are welcome! Please feel free to submit a Pull Request. ## License -This project is licensed under the GNU General Public License v3 (GPLv3). \ No newline at end of file +This project is licensed under the GNU General Public License v3 (GPLv3).