We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54587e9 commit aced58eCopy full SHA for aced58e
README.md
@@ -36,7 +36,7 @@ Clone the repository, mount its directory as a volume into
36
Clone the repository, build and push the image to your Docker repository,
37
for example for Google Private Repository do the following:
38
39
- docker build --tag=eu.gcr.io/your-project/postgres-multi-db
+ docker build --tag=eu.gcr.io/your-project/postgres-multi-db .
40
gcloud docker -- push eu.gcr.io/your-project/postgres-multi-db
41
42
You still need to pass the `POSTGRES_MULTIPLE_DATABASES` environment variable
0 commit comments