From 2cfc0029762a2eca88c43406091a0ee388fa6385 Mon Sep 17 00:00:00 2001 From: fvanzee <> Date: Sat, 8 Feb 2025 16:05:52 +0100 Subject: [PATCH] update self-hosted-with-docker docs Increase tmpfs size to prevent "no space left on device" error Signed-off-by: fvanzee <5238563+fvanzee@users.noreply.github.com> --- .../operations/hosting/self-hosted/self-hosted-with-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/hosting/self-hosted/self-hosted-with-docker.md b/daprdocs/content/en/operations/hosting/self-hosted/self-hosted-with-docker.md index 78f0e2c7522..700acc7767e 100644 --- a/daprdocs/content/en/operations/hosting/self-hosted/self-hosted-with-docker.md +++ b/daprdocs/content/en/operations/hosting/self-hosted/self-hosted-with-docker.md @@ -149,7 +149,7 @@ services: - type: tmpfs target: /data tmpfs: - size: "10000" + size: "64m" networks: hello-dapr: null