https://github.com/ngthucdotcom/postgresql-pgadmin-docker
https://github.com/ngthucdotcom/postgresql-pgadmin-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngthucdotcom/postgresql-pgadmin-docker
- Owner: ngthucdotcom
- License: mit
- Created: 2020-03-05T04:11:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T04:27:47.000Z (over 6 years ago)
- Last Synced: 2025-07-04T10:44:01.520Z (12 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostgreSQL pgAdmin
## Required
* Docker
* Docker compose
## Usage
* Run docker compose
```shell
docker-compose up
```
* Access to [localhost:15774](http://localhost:15774/)
* Login pgAdmin with username 'pgadmin@domain.com' and password 'pgadmin'