We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e792a commit be69f98Copy full SHA for be69f98
README.md
@@ -92,9 +92,7 @@ You can launch a database like this:
92
```
93
➜ docker-compose -p appmap-ruby up -d
94
... 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
+➜ docker-compose port pg 5432
+0.0.0.0:64479
+➜ export DATABASE_URL=postgres://postgres@localhost:64479
100
0 commit comments