Skip to content

Commit

Permalink
docs: fix typo in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
langbein-daniel authored and derhuerst committed Jul 8, 2023
1 parent 3bcf237 commit 7159d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ ENTRYPOINT ["/bin/sh", "-c", "gtfs-via-postgres $0 $@ | sponge | psql -b"]

```shell
# start PostgreSQL DB in another container "db"
docker run docker run --name db -p 5432:5432 -e POSTGRES_PASSWORD=password postgis/postgis
docker run --name db -p 5432:5432 -e POSTGRES_PASSWORD=password postgis/postgis

# variant B: use Docker image to convert GTFS to SQL and import it directly
docker build -t import-gtfs . # build helper Docker image from Dockerfile
Expand Down

0 comments on commit 7159d0f

Please sign in to comment.