Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/biocommons/anyvar
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Sep 17, 2023
2 parents b97d031 + 8ce5260 commit 0d929bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/anyvar/storage/README-pg.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docker pull postgres
docker run -d --name anyvar-pg -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres
psql -h localhost -U postgres -p 5432
* docker pull postgres

* docker run -d --name anyvar-pg -p 5432:5432 -e POSTGRES_PASSWORD=postgres postgres

* psql -h localhost -U postgres -p 5432

0 comments on commit 0d929bb

Please sign in to comment.