Skip to content

Commit

Permalink
Deployed fa60b785b5 to dev-2.x in en with MkDocs 1.6.0 and mike 1.2.0…
Browse files Browse the repository at this point in the history
….dev0
  • Loading branch information
OTP Bot committed Jul 24, 2024
1 parent 108ca2a commit 9d85582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion en/dev-2.x/Container-Image/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,9 @@ <h1 id="container-image">Container image</h1>
<p>The CI pipeline deploys container images for runtimes like Docker, Kubernetes or Podman to
<a href="https://hub.docker.com/r/opentripplanner/opentripplanner/tags">Dockerhub</a>.</p>
<p>The image assumes you use a volume to mount the input data (GTFS/NeTex, OSM) and config files into
<code>/var/opentripplanner/</code>. When serving a graph it's also expected to be in this directory.</p>
<code>/var/opentripplanner/</code>. When serving a graph it's also expected to be in this directory. If a logback
extensions file needs to be used, it should be mounted to the root location <code>/logback-include-extensions.xml</code>
instead of the <code>/var/opentripplanner/</code> directory.</p>
<h2 id="quick-start">Quick start</h2>
<p>Let's use the image to build a graph in Berlin.</p>
<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>
Expand Down
2 changes: 1 addition & 1 deletion en/dev-2.x/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 9d85582

Please sign in to comment.