We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b496e5 commit 837c840Copy full SHA for 837c840
docker-compose.yml
@@ -26,7 +26,7 @@ services:
26
build:
27
dockerfile: dev/docker/ballista-scheduler.Dockerfile
28
context: .
29
- command: "--config-backend etcd --etcd-urls etcd:2379 --bind-host 0.0.0.0"
+ command: "--cluster-backend etcd --etcd-urls etcd:2379 --bind-host 0.0.0.0"
30
ports:
31
- "80:80"
32
- "50050:50050"
0 commit comments