An open API service indexing awesome lists of open source software.

https://github.com/wasabina67/postgres-pgadmin-example

Postgres Pgdmin example
https://github.com/wasabina67/postgres-pgadmin-example

docker-compose pgadmin postgres

Last synced: 10 months ago
JSON representation

Postgres Pgdmin example

Awesome Lists containing this project

README

          

# postgres-pgadmin-example
Postgres Pgdmin example

## Up

```bash
docker-compose up -d
```

## Down

```bash
docker-compose down
```