summaryrefslogtreecommitdiffstats
path: root/content/posts
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-11 10:31:29 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-11 10:31:29 +0300
commitf6b84bdde1c3cfa1706dd8cf6d3c8a6a302cf300 (patch)
tree47f0ff9152adabcbfeeee254d9a540cd5eff6fc2 /content/posts
parent1e3e339586e14308d9d7d2969779c671cae95092 (diff)
Fix wrong immich_server_root path
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/linux-oci-containers-as-jails/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/linux-oci-containers-as-jails/index.md b/content/posts/linux-oci-containers-as-jails/index.md
index 34e5bac..d698cf3 100644
--- a/content/posts/linux-oci-containers-as-jails/index.md
+++ b/content/posts/linux-oci-containers-as-jails/index.md
@@ -239,7 +239,7 @@ logfile="/var/log/${name}.log"
load_rc_config $name
: ${immich_server_enable:="NO"}
: ${immich_server_envfile:="/usr/local/etc/immich_server.env"}
-: ${immich_server_root:="/image/immich-server"}
+: ${immich_server_root:="/linux"}
: ${immich_server_user:="root"}
: ${immich_server_group:="wheel"}