We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da0f25 commit fbee590Copy full SHA for fbee590
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=P@ssw0rd --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=cats_db .
133
```
134
135
Then, let’s run the image after checking with docker images
0 commit comments