Skip to content

Commit 7a64276

Browse files
committed
fix start command
1 parent d9420e9 commit 7a64276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ services:
136136
environment:
137137
STREAMR_URL: "10.200.10.1"
138138
CASSANDRA_HOST: 10.200.10.1:9042
139-
command: npm exec -c streamr-node configs/docker-1.env.json
139+
command: npm exec -c "streamr-node configs/docker-1.env.json"
140140
healthcheck:
141141
test: ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost:8891/info"]
142142
interval: 30s
@@ -161,7 +161,7 @@ services:
161161
condition: service_completed_successfully
162162
environment:
163163
STREAMR_URL: "10.200.10.1"
164-
command: npm exec -c streamr-node configs/docker-2.env.json
164+
command: npm exec -c "streamr-node configs/docker-2.env.json"
165165
healthcheck:
166166
test: ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost:8791/info"]
167167
interval: 30s
@@ -186,7 +186,7 @@ services:
186186
condition: service_completed_successfully
187187
environment:
188188
STREAMR_URL: "10.200.10.1"
189-
command: npm exec -c streamr-node configs/docker-3.env.json
189+
command: npm exec -c "streamr-node configs/docker-3.env.json"
190190
healthcheck:
191191
test: ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost:8691/info"]
192192
interval: 30s

0 commit comments

Comments
 (0)