Skip to content

Commit

Permalink
docker: Very minor version update
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimgunduz committed Sep 10, 2021
1 parent 877d2d2 commit ba2dac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ the PORTS section in the output. An example is:

$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
fe9158def36b eg_postgresql "/usr/pgsql-9.6/bin/p" About a minute ago Up About a minute 0.0.0.0:32773->5432/tcp pg_yum_test
fe9158def36b eg_postgresql "/usr/pgsql-13/bin/p" About a minute ago Up About a minute 0.0.0.0:32773->5432/tcp pg_yum_test

In this example, 32773 is the port for the PostgreSQL instance. Now,
connect to the instance by:
Expand Down

0 comments on commit ba2dac7

Please sign in to comment.