瀏覽代碼

Update 'docker-compose.yml'

avinash.b 1 年之前
父節點
當前提交
29f0e5ff25
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml 查看文件

16
     image: postgres:14
16
     image: postgres:14
17
     container_name: postgresql_${containername}
17
     container_name: postgresql_${containername}
18
     ports:
18
     ports:
19
-      - "2424:5432"
19
+      - "2424:2424"
20
     environment:
20
     environment:
21
       - POSTGRES_USER=postgres
21
       - POSTGRES_USER=postgres
22
       - POSTGRES_PASSWORD=Bizgaze@123
22
       - POSTGRES_PASSWORD=Bizgaze@123

Loading…
取消
儲存