Skip to content

Commit 1f9d6f6

Browse files
authored
Update index.md
1 parent d8c46aa commit 1f9d6f6

File tree

1 file changed

+3
-3
lines changed
  • cornucopia.owasp.org/data/website/pages/copi/en

1 file changed

+3
-3
lines changed

cornucopia.owasp.org/data/website/pages/copi/en/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ https://docs.docker.com/desktop/install/mac-install/
6161
After 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

6767
Note: 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
8686
mix test
8787
*
8888
```

0 commit comments

Comments
 (0)