Changed console to bash
This commit is contained in:
parent
68d03c2065
commit
c6b18deaa6
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ Files that can not be imported - like videos - will stay in the `Import` directo
|
|||
|
||||
**Step 2:** Start PhotoPrism using `docker-compose` in the same directory:
|
||||
|
||||
```console
|
||||
```bash
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
|
@ -60,7 +60,7 @@ The Web frontend is now available at http://localhost/. The port can be changed
|
|||
|
||||
**Step 3:** Open a terminal to import photos:
|
||||
|
||||
```console
|
||||
```bash
|
||||
docker-compose exec photoprism bash
|
||||
./photoprism import
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue