Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 7f9b9c9

Browse files
author
David Turanski
committed
Change task apps URL to http
1 parent 659e899 commit 7f9b9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-dataflow-server/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363
done;
6464
wget -qO- 'http://dataflow-server:9393/apps' --post-data='uri=http://bit.ly/Einstein-SR2-stream-applications-kafka-maven&force=true';
6565
echo 'Stream apps imported'
66-
wget -qO- 'https://dataflow-server:9393/apps' --post-data='uri=http://bit.ly/Dearborn-SR1-task-applications-maven&force=true';
66+
wget -qO- 'http://dataflow-server:9393/apps' --post-data='uri=http://bit.ly/Dearborn-SR1-task-applications-maven&force=true';
6767
echo 'Task apps imported'"
6868
6969
skipper-server:

0 commit comments

Comments
 (0)