Postgres web interface for SQL geeks
4.0K
docker run -it --rm -p 7890:7890 exedealer/pgblackboard pgbb 'postgres://HOST:5432'
services:
pgbb:
image: exedealer/pgblackboard
ports: ['7890:7890']
command: [pgbb, 'postgres://HOST:5432']
Postgres web interface for SQL geeks
https://github.com/exedealer/pgblackboard

If you find this project useful, consider supporting its development! Your contributions help maintain and improve the project.
Content type
Image
Digest
sha256:0b90e54a6…
Size
8.8 MB
Last updated
3 months ago
docker pull exedealer/pgblackboard