Skip to content

Commit 67b5530

Browse files
committed
Use docker compose in README.md
1 parent e36e81a commit 67b5530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Tag for pgRouting 3.7.2 with PostgreSQL 17 and PostGIS 3.5:
6464
Run postgres database:
6565
```sh
6666
$ cd 17-3.5-3.7
67-
$ docker-compose up
67+
$ docker compose up
6868
```
6969

7070
### Running pgRouting without Docker compose
@@ -86,7 +86,7 @@ $ docker build -t pgrouting/pgrouting:$(cat version.txt) .
8686
### Using psql with Docker compose:
8787

8888
```sh
89-
$ docker-compose exec pgrouting psql -U postgres
89+
$ docker compose exec pgrouting psql -U postgres
9090
```
9191

9292
Example:

0 commit comments

Comments
 (0)