Skip to content

Instantly share code, notes, and snippets.

@sreevardhanreddi
Created February 21, 2023 02:55
Show Gist options
  • Save sreevardhanreddi/12e74ba886effaf75bf3fbfa70bd5e14 to your computer and use it in GitHub Desktop.
Save sreevardhanreddi/12e74ba886effaf75bf3fbfa70bd5e14 to your computer and use it in GitHub Desktop.
pg admin docker
version: "3.8"
services:
pgadmin:
image: dpage/pgadmin4
container_name: pgadmin4_container
restart: always
ports:
- "5050:80"
environment:
PGADMIN_DEFAULT_EMAIL: admin@admin.com
PGADMIN_DEFAULT_PASSWORD: admin
volumes:
- ./data:/var/lib/pgadmin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment