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
|
- type: tmpfs
|
||||||
target: /data
|
target: /data
|
||||||
tmpfs:
|
tmpfs:
|
||||||
size: "10000"
|
size: "64m"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
hello-dapr: null
|
hello-dapr: null
|
||||||
|
|
Loading…
Reference in New Issue