Update README.md
Some checks failed
Build and Publish Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2025-07-29 08:55:22 +02:00
parent 05a8d7abbd
commit 170d1dc78e

View File

@@ -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