Skip to content

Commit 3d3eda0

Browse files
committed
Deployed a1cd179 with MkDocs version: 1.6.1
1 parent 325a5a9 commit 3d3eda0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ <h3 id="5-exiting-and-relaunching_1">5. Exiting and relaunching</h3>
14741474
<hr />
14751475
<h3 id="docker-install">Docker Install</h3>
14761476
<p>If you have Docker installed on your system, here is a one-liner to get PhotoMapAI up and running:</p>
1477-
<pre><code class="language-bash">docker -p 8050:8050 -v /path/to/a/picture_folder:/Pictures lstein/photomapai:latest
1477+
<pre><code class="language-bash">docker run -p 8050:8050 -v /path/to/a/picture_folder:/Pictures lstein/photomapai:latest
14781478
</code></pre>
14791479
<p>Change <code>/path/to/a/picture_folder</code> to a path on your desktop that contains the images/photos you wish to add to an album. After the startup messages, point your browser to http://localhost:8050 and follow the prompts. Your images will be found in the container directory <code>/Pictures</code>.</p>
14801480
<hr />

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)