Commit 1c4fe184 authored by Pepe Marquez's avatar Pepe Marquez

pgadmin container

parent c881fd0f
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
......@@ -7,3 +7,10 @@ db:
stop:
docker kill postgres
pgadmin:
docker run -p 80:80 \
-e 'PGADMIN_DEFAULT_EMAIL=user@domain.com' \
-e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' \
-d dpage/pgadmin4
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment