Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic committed Apr 14, 2018
1 parent 03938b4 commit 4bdbdb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ pipeline {
dockerLogout()
dfRelease2("docker-flow-proxy")
dfReleaseGithub2("docker-flow-proxy")
dfReleaseArm2("docker-flow-proxy")
}
}
stage("deploy") {
Expand Down
2 changes: 1 addition & 1 deletion docs/ddc.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ docker swarm join --token $TOKEN $(docker-machine ip node1):2377

docker network create --attachable --driver overlay proxy

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

docker stack deploy -c docker-flow-proxy-admin.yml proxy
Expand Down

0 comments on commit 4bdbdb6

Please sign in to comment.