Skip to content

Commit

Permalink
Update docker-compose-full-stack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hamburml committed Feb 1, 2019
1 parent 2b9d0f1 commit 670e669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-full-stack.yml
Expand Up @@ -4,7 +4,7 @@ services:

# From http://proxy.dockerflow.com/swarm-mode-stack/
proxy:
image: vfarcic/docker-flow-proxy
image: dockerflow/docker-flow-proxy
ports:
- 80:80
- 443:443
Expand All @@ -17,7 +17,7 @@ services:
replicas: 2

swarm-listener:
image: vfarcic/docker-flow-swarm-listener
image: dockerflow/docker-flow-swarm-listener
networks:
- proxy
volumes:
Expand Down

0 comments on commit 670e669

Please sign in to comment.