Skip to content

Commit

Permalink
Move Adminer params into table
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jun 26, 2024
1 parent c582754 commit 5e1d82c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,13 @@ docker compose up --detach
You can use the included Adminer container for quick inspection. Navigate in your
browser to `http://localhost:80` and enter:

* System: PostgreSQL
* Server: `aross-stations-db`
* Username: `aross`
* Password: Whatever you specified in the environment variable
* Database: `aross`
| Field | Value |
| -------- | ----- |
| System | PostgreSQL |
| Server | `aross-stations-db` |
| Username | `aross` |
| Password | Whatever you specified in the environment variable |
| Database | `aross` |

> [!NOTE]
> At this point, the database is empty. We're just verifying we can connect. Continue to
Expand Down

0 comments on commit 5e1d82c

Please sign in to comment.