Skip to content

Commit be69f98

Browse files
committed
doc: Update pg port instructions
1 parent 25e792a commit be69f98

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ You can launch a database like this:
9292
```
9393
➜ docker-compose -p appmap-ruby up -d
9494
... stuff
95-
➜ docker-compose ps pg
96-
Name Command State Ports
97-
-----------------------------------------------------------------------------------------
98-
appmap-ruby_pg_1 docker-entrypoint.sh postgres Up (healthy) 0.0.0.0:59134->5432/tcp
99-
➜ export DATABASE_URL=postgres://postgres@localhost:59134
95+
➜ docker-compose port pg 5432
96+
0.0.0.0:64479
97+
➜ export DATABASE_URL=postgres://postgres@localhost:64479
10098
```

0 commit comments

Comments
 (0)