From f9522a6c573359b743efa54b5fd05272047b8552 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Mon, 27 Sep 2021 17:37:30 +0900 Subject: [PATCH] /proc need also to be mounted in LXD --- templates/photoprism.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/photoprism.service.j2 b/templates/photoprism.service.j2 index 8487383..030d1c1 100644 --- a/templates/photoprism.service.j2 +++ b/templates/photoprism.service.j2 @@ -11,7 +11,7 @@ EnvironmentFile={{ host.data.systemd_env }} WorkingDirectory=/photoprism RootDirectory={{ host.data.undocker_dst }} BindPaths={{ host.data.photoprism_storage_src }}:/photoprism/storage {{ host.data.photoprism_originals_src }}:/photoprism/originals {{ host.data.photoprism_import_src }}:/photoprism/import -BindReadOnlyPaths=/etc/resolv.conf +BindReadOnlyPaths=/etc/resolv.conf /proc ExecStart=/photoprism/bin/photoprism start Restart=on-failure