Skip to content

Instantly share code, notes, and snippets.

View jiak94's full-sized avatar
🏠
Working from home

Jiakuan Li jiak94

🏠
Working from home
View GitHub Profile
@tingwei628
tingwei628 / docker-compose.yml
Created October 27, 2019 15:20
use postgresql and pgAdmin in docker
version: "3.4"
services:
pgAdmin:
restart: always
image: dpage/pgadmin4
ports:
- "8000:80"
environment:
PGADMIN_DEFAULT_EMAIL: 1234@admin.com