File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ Or alternatively specify the environment variables:
3939| --- | --- |
4040| ` DATABASE_HOST ` | IP / hostname of PostgreSQL server. |
4141| ` DATABASE_PORT ` | TCP Port of PostgreSQL service. |
42- | ` DATABASE_USER ` | Administrative user eg postgres with SUPERUSER privileges. |
43- | ` DATABASE_PASS ` | Password of administrative user. |
42+ | ` DATABASE_USERNAME ` | Administrative user eg postgres with SUPERUSER privileges. |
43+ | ` DATABASE_PASSWORD ` | Password of administrative user. |
4444
4545Some subcommands require additional environment parameters.
4646
@@ -60,3 +60,8 @@ Using bats setup and teardown and avoiding exposing postgres ports etc should al
6060## Status
6161
6262Feature incomplete. Work in progress.
63+
64+ ## Local Testing
65+
66+ * ` Example ` - Create user
67+ docker run --rm -i -t -e DATABASE_HOST=localhost -e DATABASE_USERNAME=postgres -e DATABASE_PASSWORD=mysecretpassword -e DATABASE_PORT=5432 --network=host docker.io/panubo/postgres-toolbox create-user-db test test
You can’t perform that action at this time.
0 commit comments