From 5486920b28d86482855641fd4864e807a7cced6a Mon Sep 17 00:00:00 2001 From: Benoit S Date: Mon, 27 Sep 2021 17:21:59 +0900 Subject: [PATCH] Update mount disk example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e5abc2..b798088 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ Pyinfra that deploy PhotoPrism un-dockerized on a Debian 11 LXD container. If required, you can mount external volumes. Example: ``` -lxc config device add _disk disk source=/dev/vdf path=/home/photoprism/storage/originals readonly=true raw.mount.options=noload +lxc config device add _disk disk source=/dev/vdf path=/mnt/pictures readonly=true raw.mount.options=noload ```