[Docker compose] init db

Younghwan Cha·2023년 6월 8일
0

Docker

목록 보기
18/18
post-thumbnail
  postgres:
    image: postgres:13
    container_name: postgres
    volumes:
      - ./scripts/init-db.sh:/docker-entrypoint-initdb.d/init-db.sh

/docker-entrypoint-initdb.d 아래에 .sh 또는 .sql 파일이 있으면 entrypoint로써 실행시킨다.

profile
개발 기록

0개의 댓글