Docker: Improve arm64 docs
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
48f849472e
commit
9d198b438b
1 changed files with 3 additions and 1 deletions
|
@ -4,13 +4,15 @@ PhotoPrism for Raspberry Pi (64bit)
|
|||
Big thank you to [Guy Sheffer](https://github.com/guysoft) for
|
||||
[building](https://github.com/photoprism/photoprism/issues/109) this!
|
||||
|
||||
Simply download `docker-compose.yml` (edit to change directories) and run `docker-compose up` to start PhotoPrism:
|
||||
Simply download `docker-compose.yml` (edit to change config) and run `docker-compose up` to start PhotoPrism:
|
||||
|
||||
```
|
||||
wget https://dl.photoprism.org/docker/arm64/docker-compose.yml
|
||||
sudo docker-compose up
|
||||
```
|
||||
|
||||
Image name on Docker Hub: [`photoprism/photoprism-arm64`](https://hub.docker.com/repository/docker/photoprism/photoprism-arm64)
|
||||
|
||||
## Operating System and Hardware Requirements ##
|
||||
|
||||
You need to boot your Raspberry Pi 3/4 with the parameter `arm_64bit=1` in `config.txt`
|
||||
|
|
Loading…
Reference in a new issue