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

https://github.com/thomasms/docker-postgres


https://github.com/thomasms/docker-postgres

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Postgres in Docker

```bash
# setup and run
docker-compose build
docker-compose up -d
```

```bash
# check logs
docker logs docker_db_1
```

```bash
# connect with psql
psql --host=localhost --username=postgres --port=5551
```