docker run -it --rm --name postgres \
-p 5432:5432 \
-e POSTGRES_USER={{USER_ID}} \
-e POSTGRES_PASSWORD='{{PASSWORD}}' \
-v {{HOST_VOLUME_PATH}}:/var/lib/postgresql/data \
-d postgres
'Develop > Etc' 카테고리의 다른 글
PubSub via postgres in Graphql Yoga (0) | 2019.03.06 |
---|---|
[Prisma] Try prisma (0) | 2019.03.05 |
[Docker] Remove <none>:<none> images (0) | 2019.01.22 |
[Postman] Example of Pre-request Script (0) | 2019.01.11 |
[HTML] Way to remove the arrow button at input tag that number type (0) | 2018.10.23 |