We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88156d commit 0da0f25Copy full SHA for 0da0f25
docs/3_BuildPostgreSQL/README.md
@@ -129,7 +129,7 @@ docker stop <PID>
129
Then, let’s rebuild our docker images with the following command:
130
131
```bash
132
-docker build -t custom-database-layer:2.0 --build-arg POSTGRES_USER=admin --build-arg POSTGRES_PASSWORD=password --build-arg POSTGRES_DB=catdb .
+docker build -t custom-database-layer:2.0 --build-arg POSTGRES_USER=admin --build-arg POSTGRES_PASSWORD=P@ssw0rd --build-arg POSTGRES_DB=catdb .
133
```
134
135
Then, let’s run the image after checking with docker images
0 commit comments