Skip to content

Commit 9d85582

Browse files
author
OTP Bot
committed
Deployed fa60b785b5 to dev-2.x in en with MkDocs 1.6.0 and mike 1.2.0.dev0
1 parent 108ca2a commit 9d85582

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

en/dev-2.x/Container-Image/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -2114,7 +2114,9 @@ <h1 id="container-image">Container image</h1>
21142114
<p>The CI pipeline deploys container images for runtimes like Docker, Kubernetes or Podman to
21152115
<a href="https://hub.docker.com/r/opentripplanner/opentripplanner/tags">Dockerhub</a>.</p>
21162116
<p>The image assumes you use a volume to mount the input data (GTFS/NeTex, OSM) and config files into
2117-
<code>/var/opentripplanner/</code>. When serving a graph it's also expected to be in this directory.</p>
2117+
<code>/var/opentripplanner/</code>. When serving a graph it's also expected to be in this directory. If a logback
2118+
extensions file needs to be used, it should be mounted to the root location <code>/logback-include-extensions.xml</code>
2119+
instead of the <code>/var/opentripplanner/</code> directory.</p>
21182120
<h2 id="quick-start">Quick start</h2>
21192121
<p>Let's use the image to build a graph in Berlin.</p>
21202122
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="c1"># create directory for data and config</span>

en/dev-2.x/search/search_index.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)