File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cornucopia.owasp.org/data/website/pages/copi/en Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ https://docs.docker.com/desktop/install/mac-install/
6161After installing docker, You can create an instance of the Postgres image:
6262
6363``` bash
64- docker run --name copi_dev -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=y9EAY7xeVucjM2yM -d postgres
64+ docker run --name copi_dev -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=POSTGRES_LOCAL_PWD -d postgres
6565```
6666
6767Note: the password must be the same as the one in the config file of your dev environment.
@@ -81,8 +81,8 @@ To start your Phoenix server:
8181### Run tests
8282
8383``` bash
84- docker run --name copi_dev -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=y9EAY7xeVucjM2yM -d postgres
85- export POSTGRES_TEST_PWD=y9EAY7xeVucjM2yM
84+ docker run --name copi_dev -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=POSTGRES_LOCAL_PWD -d postgres
85+ export POSTGRES_TEST_PWD=POSTGRES_LOCAL_PWD
8686mix test
8787 *
8888```
You can’t perform that action at this time.
0 commit comments