Update README.md
Some checks failed
Build and Publish Docker Image / build-and-push (push) Has been cancelled
Some checks failed
Build and Publish Docker Image / build-and-push (push) Has been cancelled
This commit is contained in:
10
README.md
10
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
|
||||
|
||||
Reference in New Issue
Block a user