osrm-frontend: URL: https://github.com/Project-OSRM/osrm-frontend Build Date: 2026-09-16 08:08:36
243
services:
osrm-backend:
image: ghcr.io/project-osrm/osrm-backend:latest
container_name: osrm-backend
restart: unless-stopped
ports:
- "5000:5000"
volumes:
- ./data:/data
command: >
osrm-routed --algorithm mld /data/asia/china/china-latest.osrm
# Note: If your map file name is not china-latest.osrm, please modify the filename above.
osrm-frontend:
image: qida/osrm-frontend:gh-pages
container_name: osrm-frontend
restart: unless-stopped
ports:
- "9966:9966"
environment:
- OSRM_BACKEND=http://localhost:5000
- OSRM_CENTER=39.9042,116.4074
- OSRM_LANGUAGE=zh-Hans
Content type
Image
Digest
sha256:e1f813dd0…
Size
26.3 MB
Last updated
1 day ago
docker pull qida/osrm-frontend:gh-pages