diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 70eb58a..2327e65 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -12,4 +12,4 @@ bb: stop_bb build_bb docker compose up api_bb -d bb_db: - docker exec -it serv_nginx-db-1 sh -c "psql -U postgres -d mydb" \ No newline at end of file + docker exec -it serv_nginx-db-1 sh -c "psql -U postgres -d postgres" \ No newline at end of file