[mod] readme

This commit is contained in:
Andy Bunce 2023-02-05 17:22:33 +00:00
parent d7e7fd1d99
commit 21a0811332
1 changed files with 12 additions and 1 deletions

View File

@ -1 +1,12 @@
https://docs.home-gallery.org/index.html https://docs.home-gallery.org/index.html
```
mkdir -p data
docker-compose run gallery run init --source /data/Pictures
docker-compose up -d
docker-compose run gallery run import --initial
# or
docker-compose run gallery run import --update
```