Skip to content

Commit fd545ce

Browse files
committed
(docs) fix command-line example for docker
1 parent a1cd179 commit fd545ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ You can also just use the file browser to navigate to the `start_photomap` execu
182182
If you have Docker installed on your system, here is a one-liner to get PhotoMapAI up and running:
183183

184184
```bash
185-
docker -p 8050:8050 -v /path/to/a/picture_folder:/Pictures lstein/photomapai:latest
185+
docker run -p 8050:8050 -v /path/to/a/picture_folder:/Pictures lstein/photomapai:latest
186186
```
187187
Change `/path/to/a/picture_folder` 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 `/Pictures`.
188188

@@ -223,4 +223,4 @@ You'll need to override the untrusted code check each time you launch PhotoMapAI
223223
224224
#### Linux
225225
226-
Using the terminal/command-line shell, navigate to the unpacked folder and run `./photomap`. No trusted code workarounds are needed. If you prefer to double-click an icon, there is a `run_photomap.sh` script in the folder that will launch a terminal for you and run PhotoMapAI inside it.
226+
Using the terminal/command-line shell, navigate to the unpacked folder and run `./photomap`. No trusted code workarounds are needed. If you prefer to double-click an icon, there is a `run_photomap.sh` script in the folder that will launch a terminal for you and run PhotoMapAI inside it.

0 commit comments

Comments
 (0)