Skip to content

Commit b9813cf

Browse files
authored
Merge pull request #5982 from HSLdevcom/improve-docker-docs
Clarify where the logback extensions file should be mounted to when running an OTP container [ci skip]
2 parents 03dae4e + 5765d58 commit b9813cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Container-Image.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ The CI pipeline deploys container images for runtimes like Docker, Kubernetes or
44
[Dockerhub](https://hub.docker.com/r/opentripplanner/opentripplanner/tags).
55

66
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.
7+
`/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.
810

911
## Quick start
1012

0 commit comments

Comments
 (0)