Skip to content

Commit

Permalink
fixup: pg port
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-iohk committed Sep 27, 2024
1 parent 34f69c3 commit b86913b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pg:
docker run -d --name mina-archive-db -p 5555:5432 -v $(pwd)/sql_scripts:/docker-entrypoint-initdb.d -e POSTGRES_PASSWORD=whatever -e POSTGRES_USER=mina postgres
docker run -d --name mina-archive-db -p 5432:5432 -v $(pwd)/sql_scripts:/docker-entrypoint-initdb.d -e POSTGRES_PASSWORD=whatever -e POSTGRES_USER=mina postgres

pg-up:
docker start mina-archive-db
Expand Down

0 comments on commit b86913b

Please sign in to comment.