docker 동일 컨테이너 사용시 출현하는 nestjs error
기존 사용하는 컨테이너 볼륨이 있는지 확인(docker volume ls)후
있다면 기존 컨테이너를 실행시키고 있던 터미널에서 내려주고 (docker-compose down)
현 컨테이너를 실행하면 됌(docker-compose up)
'A.개발관련자료' 카테고리의 다른 글
brew로 postgresql 설치시 데이터베이스 생성하는 방법 (0) | 2025.04.03 |
---|---|
[SQL] sql 정리 (0) | 2025.04.03 |
[0][sql]스파르타sql 정리 (0) | 2023.01.26 |
[0]WARNING: expo-cli has not yet been tested against Node.js v18.12.1. (0) | 2023.01.22 |
[0]the object notation for `createslice.extrareducers` is deprecated, and will be removed in rtk 2.0. please use the 'builder callback (0) | 2023.01.15 |