Skip to content

Commit

Permalink
fail in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Jan 8, 2024
1 parent 2d727cb commit 906d888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ docker run -dt --name vroom \
--net host \ # or set the container name as host in config.yml and use --port 3000:3000 instead, see below
-v $PWD/conf:/conf \ # mapped volume for config & log
-e VROOM_ROUTER=osrm \ # routing layer: osrm, valhalla or ors
ghcr.iovroom-project/vroom-docker:v1.13.0
ghcr.io/vroom-project/vroom-docker:v1.13.0
```

If you want to build the image yourself, run a

`docker build -t ghcr.iovroom-project/vroom-docker:v1.13.0 --build-arg VROOM_RELEASE=v1.13.0 --build-arg VROOM_EXPRESS_RELEASE=v0.11.0 .`
`docker build -t ghcr.io/vroom-project/vroom-docker:v1.13.0 --build-arg VROOM_RELEASE=v1.13.0 --build-arg VROOM_EXPRESS_RELEASE=v0.11.0 .`

> **Note**, you should have access to a self-hosted instance of OSRM, Valhalla or OpenRouteService for the routing server.
Expand Down

0 comments on commit 906d888

Please sign in to comment.