gis-ops / docker-valhalla

This is our flexible Docker repository for the Valhalla routing engine
MIT License
240 stars 70 forks source link

Corrected failing build args #2

Closed MichaelsJP closed 4 years ago

MichaelsJP commented 4 years ago

The currenct build arg for valhalla was throwing an error due to wrong mapping:

ERROR: The Compose file './docker-compose.yml' is invalid because:
services.valhalla.build.args contains {"version": "3.0.9"}, which is an invalid type, it should be a string

Either remove the space between the : and 3.0.9 or replace it with an =.

Solution: I replaced it with = because the rest of the file already uses that mapping scheme.