Przeglądaj źródła

Cambio nombre del host a postgresql

creylopez 1 rok temu
rodzic
commit
d36e1b47aa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/config/entrypoint.sh

+ 1 - 1
src/config/entrypoint.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 RUN_PORT="8000"
 DATABASE=postgres
-SQL_HOST=db
+SQL_HOST=postgresql
 SQL_PORT=5432
 
 export PATH=/opt/venv/bin:$PATH