瀏覽代碼

change default db port variable for postgres docker composition

Pouria Ezzati 1 年之前
父節點
當前提交
b4849ee737
共有 1 個文件被更改,包括 1 次插入0 次删除
  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