Skip to content

Commit 4bdbdb6

Browse files
committed
Revert
1 parent 03938b4 commit 4bdbdb6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ pipeline {
4343
dockerLogout()
4444
dfRelease2("docker-flow-proxy")
4545
dfReleaseGithub2("docker-flow-proxy")
46-
dfReleaseArm2("docker-flow-proxy")
4746
}
4847
}
4948
stage("deploy") {

docs/ddc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ docker swarm join --token $TOKEN $(docker-machine ip node1):2377
3535

3636
docker network create --attachable --driver overlay proxy
3737

38-
wget https://raw.githubusercontent.com/vfarcic/docker-flow-stacks\
38+
wget https://raw.githubusercontent.com/docker-flow/docker-flow-stacks\
3939
/master/proxy/docker-flow-proxy-admin.yml
4040

4141
docker stack deploy -c docker-flow-proxy-admin.yml proxy

0 commit comments

Comments
 (0)