We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe71baf commit 7c8a569Copy full SHA for 7c8a569
1 file changed
vertx-pg-client/docker/postgres/README.md
@@ -8,12 +8,12 @@ Modify the content in the `docker compose.yml`
8
9
### Run the containers
10
11
-```
12
-> docker compose up --build -V
+```shell
+docker compose up --build -V
13
```
14
15
### Run tests
16
17
18
-> mvn test -Dconnection.uri=postgres://postgres:postgres@localhost:5432/postgres -Dtls.connection.uri=postgres://postgres:postgres@localhost:5433/postgres -Dunix.socket.directory=/var/run/postgresql -Dunix.socket.port=5432
+mvn test -Dconnection.uri=postgres://postgres:postgres@localhost:5432/postgres -Dtls.connection.uri=postgres://postgres:postgres@localhost:5433/postgres -Dunix.socket.directory=/var/run/postgresql -Dunix.socket.port=5432
19
0 commit comments