We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36e81a commit 67b5530Copy full SHA for 67b5530
README.md
@@ -64,7 +64,7 @@ Tag for pgRouting 3.7.2 with PostgreSQL 17 and PostGIS 3.5:
64
Run postgres database:
65
```sh
66
$ cd 17-3.5-3.7
67
-$ docker-compose up
+$ docker compose up
68
```
69
70
### Running pgRouting without Docker compose
@@ -86,7 +86,7 @@ $ docker build -t pgrouting/pgrouting:$(cat version.txt) .
86
### Using psql with Docker compose:
87
88
89
-$ docker-compose exec pgrouting psql -U postgres
+$ docker compose exec pgrouting psql -U postgres
90
91
92
Example:
0 commit comments