Skip to content

Commit 4efe5f9

Browse files
monakaMonami-ya Support
authored andcommitted
docs(README.md): Fix the default value of IMAGE_PREFIX
Not "controller" but "postgres".
1 parent ebd3e1c commit 4efe5f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This project has a [Makefile](https://github.com/deis/postgres/blob/master/Makef
4848
* If this is [Docker Hub](https://hub.docker.com/), leave this variable empty
4949
* Otherwise, ensure it has a trailing `/`. For example, if you're using [Quay.io](https://quay.io), use `quay.io/`
5050
* `IMAGE_PREFIX` - The organization in the Docker repository. This defaults to `deis`, but if you don't have access to that organization, set this to one you have push access to.
51-
* `SHORT_NAME` (optional) - The name of the image. This defaults to `controller`
51+
* `SHORT_NAME` (optional) - The name of the image. This defaults to `postgres`
5252
* `VERSION` (optional) - The tag of the Docker image. This defaults to the current Git SHA (the output of `git rev-parse --short HEAD`)
5353

5454
Assuming you have these variables set correctly, run `make docker-build` to build the new image, and `make docker-push` to push it. Here is an example command that would push to `quay.io/arschles/postgres:devel`:

0 commit comments

Comments
 (0)