Przeglądaj źródła

updated postgresql port

avinash.b 1 rok temu
rodzic
commit
6b337710a4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz