소스 검색

updated postgresql port

avinash.b 1 년 전
부모
커밋
6b337710a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml 파일 보기

@@ -44,7 +44,7 @@ services:
44 44
     image: postgres:14
45 45
     container_name: postgresql_${containername}
46 46
     ports:
47
-      - "${postgresql_port}:5432"
47
+      - "2424:5432"
48 48
     environment:
49 49
       - POSTGRES_USER=postgres
50 50
       - POSTGRES_PASSWORD=Bizgaze@123

Loading…
취소
저장