Skip to content

Commit

Permalink
Don't expose docker on the public internet
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Aug 12, 2023
1 parent edac6da commit 299612d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
docker pull postgres
docker run \
--name spacetraders_postgres \
-p 5432:5432 \
-p 127.0.0.1:5432:5432 \
-e POSTGRES_USER=postgres \
-e POSTGRES_DB=spacetraders \
-e POSTGRES_PASSWORD=password \
Expand Down

0 comments on commit 299612d

Please sign in to comment.