diff --git a/.env b/.env index d66f885..786391b 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -DB_HOST=db -DB_PORT=5432 +DB_HOST=localhost +DB_PORT=7777 DB_NAME=postgres DB_USER=postgres DB_PASS=postgres