Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Deploy postgreSQL by Kartoza
  2.  
  3. $ docker run --name postgresql -p 5432:5432 -d -t kartoza/postgis
  4.  
  5. =================================================================
  6. Deploy pgAdmin 4:
  7.  
  8. $ docker run --name pgadmin4 -p 15432:80 -e "PGADMIN_DEFAULT_EMAIL=johnzballad@gmail.com" -e "PGADMIN_DEFAULT_PASSWORD=admin" -d dpage/pgadmin4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement