mirror of https://github.com/dapr/docs.git
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:
parent
46be695646
commit
2cfc002976
|
@ -149,7 +149,7 @@ services:
|
|||
- type: tmpfs
|
||||
target: /data
|
||||
tmpfs:
|
||||
size: "10000"
|
||||
size: "64m"
|
||||
|
||||
networks:
|
||||
hello-dapr: null
|
||||
|
|
Loading…
Reference in New Issue