Skip to content

Commit fbee590

Browse files
committed
add
1 parent 0da0f25 commit fbee590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3_BuildPostgreSQL/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ docker stop <PID>
129129
Then, let’s rebuild our docker images with the following command:
130130
131131
```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 .
132+
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 .
133133
```
134134
135135
Then, let’s run the image after checking with docker images

0 commit comments

Comments
 (0)