Browse Source

change default db port variable for postgres docker composition

Pouria Ezzati 1 năm trước cách đây
mục cha
commit
b4849ee737
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      docker-compose.postgres.yml

+ 1 - 0
docker-compose.postgres.yml

@@ -7,6 +7,7 @@ services:
     environment:
         DB_CLIENT: pg
         DB_HOST: postgres
+        DB_PORT: 5432
         REDIS_ENABLED: true
         REDIS_HOST: redis
         REDIS_PORT: 6379