Skip to content

Commit 4a7f1b3

Browse files
authored
Merge pull request #6887 from Rockerby/patch-6
Correct --DatabasePassword command
2 parents b44f357 + eeb9687 commit 4a7f1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/fundamentals/setup/install/running-umbraco-on-docker-locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ For local development, however, this means that the files necessary for developm
9696
The `umbraco-compose` template has a few options that can be used to customize the setup:
9797

9898
* `-P` or `--project-name`: The name of the project. This is required and used to set the correct paths in the docker-compose file.
99-
* `-dbpw` or `--DatabasePasswor`: Used to specify the database password. This is stored in the `.env` file and defaults to: `Password1234`.
99+
* `-dbpw` or `--DatabasePassword`: Used to specify the database password. This is stored in the `.env` file and defaults to: `Password1234`.
100100
* `-p` or `--Port`: Used to specify the port the site will run on. Defaults to `44372`.

0 commit comments

Comments
 (0)