An open API service indexing awesome lists of open source software.

https://github.com/stepankuzmin/docker-compose-osrm

Docker Compose OSRM Usage Example
https://github.com/stepankuzmin/docker-compose-osrm

docker docker-compose osrm

Last synced: about 1 month ago
JSON representation

Docker Compose OSRM Usage Example

Awesome Lists containing this project

README

          

# Docker Compose OSRM

## Usage

Clone repo

```shell
git clone https://github.com/stepankuzmin/docker-compose-osrm.git
cd docker-compose-osrm
```

Setup environment variables

```shell
cp example.env .env
```

Start OSRM

```shell
./start.sh
```