From eeb96879323bc73bc2bfc76320d761085ce7a42f Mon Sep 17 00:00:00 2001 From: Richard Ockerby Date: Thu, 13 Feb 2025 15:56:34 +0000 Subject: [PATCH] Correct --DatabasePassword command The command was missing a 'd'. Running the current command gives: Error: Invalid option(s): --DatabasePasswor '--DatabasePasswor' is not a valid option --- .../setup/install/running-umbraco-on-docker-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/fundamentals/setup/install/running-umbraco-on-docker-locally.md b/15/umbraco-cms/fundamentals/setup/install/running-umbraco-on-docker-locally.md index ddaba2defef..7df00c825dd 100644 --- a/15/umbraco-cms/fundamentals/setup/install/running-umbraco-on-docker-locally.md +++ b/15/umbraco-cms/fundamentals/setup/install/running-umbraco-on-docker-locally.md @@ -96,5 +96,5 @@ For local development, however, this means that the files necessary for developm The `umbraco-compose` template has a few options that can be used to customize the setup: * `-P` or `--project-name`: The name of the project. This is required and used to set the correct paths in the docker-compose file. -* `-dbpw` or `--DatabasePasswor`: Used to specify the database password. This is stored in the `.env` file and defaults to: `Password1234`. +* `-dbpw` or `--DatabasePassword`: Used to specify the database password. This is stored in the `.env` file and defaults to: `Password1234`. * `-p` or `--Port`: Used to specify the port the site will run on. Defaults to `44372`.