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>
This commit is contained in:
fvanzee 2025-02-08 16:05:52 +01:00 committed by fvanzee
parent 46be695646
commit 2cfc002976
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ services:
- type: tmpfs
target: /data
tmpfs:
size: "10000"
size: "64m"
networks:
hello-dapr: null