Skip to content

Commit

Permalink
Add local testing example and modify variables
Browse files Browse the repository at this point in the history
  • Loading branch information
chaopanubo committed Nov 13, 2023
1 parent 964bcab commit bd13279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ Feature incomplete. Work in progress.
## Local Testing

* `Example` - Create user
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

```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```

0 comments on commit bd13279

Please sign in to comment.