Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sogelink-research/ctod
Browse files Browse the repository at this point in the history
  • Loading branch information
tebben committed Jan 26, 2024
2 parents 5afdb33 + 0866bb1 commit 9cb951d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CTOD is a service designed to fetch Cesium terrain tiles (quantized mesh) dynami
## TL;DR

```sh
docker run -p 5000:5000 -v ./ctod_cache:/cache -e CTOD_PORT=5000 -CTOD_LOGGING_LEVEL=info -e CTOD_TILE_CACHE_PATH=/cache ghcr.io/sogelink-research/ctod:latest
docker run -p 5000:5000 -v ./ctod_cache:/cache -e CTOD_PORT=5000 -e CTOD_LOGGING_LEVEL=info -e CTOD_TILE_CACHE_PATH=/cache ghcr.io/sogelink-research/ctod:latest
```

[Open the local running demo viewer](http://localhost:5000)
Expand Down

0 comments on commit 9cb951d

Please sign in to comment.