Browse Source

Update 'docker-compose.yml'

avinash.b 2 years ago
parent
commit
29f0e5ff25
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

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…
Cancel
Save