Skip to content

Commit

Permalink
deploy: 15ed2ab
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Aug 9, 2024
1 parent dcfb42c commit 800941e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h2 id="installing-with-cargo"><a class="header" href="#installing-with-cargo">I
</code></pre>
<h2 id="docker"><a class="header" href="#docker">Docker</a></h2>
<p>BBOX is also available as a <a href="https://hub.docker.com/r/sourcepole/bbox-server-qgis">Docker image</a>. You can either share a configuration file from the host with the container via the <code>-v</code> param, or run BBOX in auto-discovery mode.</p>
<pre><code class="language-shell">docker run -p 8080:8080 -v $PWD/bbox.toml:/var/www/bbox.toml:ro -v $PWD/assets:/var/www/assets:ro sourcepole/bbox-server-qgis:v0.6.0
<pre><code class="language-shell">docker run --rm --user=$UID -p 8080:8080 -v $PWD/bbox.toml:/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis:v0.6.0
</code></pre>

</main>
Expand Down
6 changes: 3 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h2 id="installing-with-cargo"><a class="header" href="#installing-with-cargo">I
</code></pre>
<h2 id="docker"><a class="header" href="#docker">Docker</a></h2>
<p>BBOX is also available as a <a href="https://hub.docker.com/r/sourcepole/bbox-server-qgis">Docker image</a>. You can either share a configuration file from the host with the container via the <code>-v</code> param, or run BBOX in auto-discovery mode.</p>
<pre><code class="language-shell">docker run -p 8080:8080 -v $PWD/bbox.toml:/var/www/bbox.toml:ro -v $PWD/assets:/var/www/assets:ro sourcepole/bbox-server-qgis:v0.6.0
<pre><code class="language-shell">docker run --rm --user=$UID -p 8080:8080 -v $PWD/bbox.toml:/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis:v0.6.0
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="core-configuration"><a class="header" href="#core-configuration">Core Configuration</a></h1>
<p>Configuration is read from <code>bbox.toml</code> and environment variables.</p>
Expand Down Expand Up @@ -681,8 +681,8 @@ <h2 id="installing-with-cargo-1"><a class="header" href="#installing-with-cargo-
bbox-tile-server --help
</code></pre>
<h2 id="docker-2"><a class="header" href="#docker-2">Docker</a></h2>
<p>BBOX tile server is also available as a <a href="https://hub.docker.com/r/sourcepole/bbox-tile-server">Docker image</a>. You could either share a configuration file from the host with the container via the <code>-v</code> param, or you can run BBOX in auto-discover mode.</p>
<pre><code class="language-shell">docker run -p 8080:8080 -v $PWD/bbox.toml:/var/www/bbox.toml:ro -v $PWD/assets:/var/www/assets:ro sourcepole/bbox-tile-server:v0.6.0
<p>BBOX tile server is also available as a <a href="https://hub.docker.com/r/sourcepole/bbox-tile-server">Docker image</a>. You can either share a configuration file from the host with the container via the <code>-v</code> param, or you can run BBOX in auto-discover mode.</p>
<pre><code class="language-shell">docker run --rm --user=$UID -p 8080:8080 -v $PWD/bbox.toml:/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis:v0.6.0
</code></pre>
<div style="break-before: page; page-break-before: always;"></div><h1 id="tile-server-configuration"><a class="header" href="#tile-server-configuration">Tile server configuration</a></h1>
<h2 id="datasources-1"><a class="header" href="#datasources-1">Datasources</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tile-server/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ <h2 id="installing-with-cargo"><a class="header" href="#installing-with-cargo">I
bbox-tile-server --help
</code></pre>
<h2 id="docker"><a class="header" href="#docker">Docker</a></h2>
<p>BBOX tile server is also available as a <a href="https://hub.docker.com/r/sourcepole/bbox-tile-server">Docker image</a>. You could either share a configuration file from the host with the container via the <code>-v</code> param, or you can run BBOX in auto-discover mode.</p>
<pre><code class="language-shell">docker run -p 8080:8080 -v $PWD/bbox.toml:/var/www/bbox.toml:ro -v $PWD/assets:/var/www/assets:ro sourcepole/bbox-tile-server:v0.6.0
<p>BBOX tile server is also available as a <a href="https://hub.docker.com/r/sourcepole/bbox-tile-server">Docker image</a>. You can either share a configuration file from the host with the container via the <code>-v</code> param, or you can run BBOX in auto-discover mode.</p>
<pre><code class="language-shell">docker run --rm --user=$UID -p 8080:8080 -v $PWD/bbox.toml:/bbox.toml:ro -v $PWD/assets:/assets:ro sourcepole/bbox-server-qgis:v0.6.0
</code></pre>

</main>
Expand Down

0 comments on commit 800941e

Please sign in to comment.