We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03dae4e + 5765d58 commit b9813cfCopy full SHA for b9813cf
docs/Container-Image.md
@@ -4,7 +4,9 @@ The CI pipeline deploys container images for runtimes like Docker, Kubernetes or
4
[Dockerhub](https://hub.docker.com/r/opentripplanner/opentripplanner/tags).
5
6
The image assumes you use a volume to mount the input data (GTFS/NeTex, OSM) and config files into
7
-`/var/opentripplanner/`. When serving a graph it's also expected to be in this directory.
+`/var/opentripplanner/`. When serving a graph it's also expected to be in this directory. If a logback
8
+extensions file needs to be used, it should be mounted to the root location `/logback-include-extensions.xml`
9
+instead of the `/var/opentripplanner/` directory.
10
11
## Quick start
12
0 commit comments