Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dcd92b1

Browse files
author
fvanzee
committedFeb 8, 2025·
update self-hosted-with-docker docs
Fix scheduler arguments to prevent "no space left on device" error Signed-off-by: fvanzee <>
1 parent 46be695 commit dcd92b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎daprdocs/content/en/operations/hosting/self-hosted/self-hosted-with-docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ services:
141141

142142
scheduler:
143143
image: "daprio/dapr"
144-
command: ["./scheduler", "--port", "50007"]
144+
command: ["./scheduler", "--port", "50007", "--etcd-data-dir=/var/lock/dapr/scheduler"]
145145
ports:
146146
- "50007:50007"
147147
# WARNING - This is a tmpfs volume, your state will not be persisted across restarts

0 commit comments

Comments
 (0)
Please sign in to comment.