Changed console to bash

This commit is contained in:
Michael Mayer 2018-10-08 07:35:53 +02:00 committed by GitHub
parent 68d03c2065
commit c6b18deaa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```