diff --git a/README.md b/README.md index 47828bb..9fac0a3 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,19 @@ Example `docker-compose.yml`: ```yaml services: freemoto-web: - build: . + image: git.ztsw.de/pedan/freemoto/freemoto-web:latest ports: - "8080:8080" env_file: - .env +valhalla-scripted: + image: ghcr.io/valhalla/valhalla-scripted:latest + ports: + - 8002:8002 + volumes: + - $PWD/custom_files:/custom_files + environment: + - tile_urls=https://download.geofabrik.de/europe/germany-latest.osm.pbf ``` ## Customization