Skip to content

Commit

Permalink
Merge pull request #794 from mesosphere/fix/docker-compose-setup
Browse files Browse the repository at this point in the history
Update Mesos images
  • Loading branch information
Poltergeist committed Dec 28, 2016
2 parents f303089 + 543d6b9 commit bf6ced4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ zookeeper:
ports:
- "2181:2181"
mesos-master:
image: mesosphere/mesos-master:1.0.11.0.1-2.0.93.ubuntu1404
image: mesosphere/mesos-master:1.1.0-2.0.107.ubuntu1404
hostname: mesos-master
entrypoint: [ "mesos-master" ]
ports:
Expand All @@ -24,7 +24,7 @@ mesos-master:
volumes:
- ./resources/mesos-config:/mesos-config
mesos-slave:
image: mesosphere/mesos-slave:1.0.11.0.1-2.0.93.ubuntu1404
image: mesosphere/mesos-slave:1.1.0-2.0.107.ubuntu1404
entrypoint:
- mesos-slave
privileged: true
Expand Down

0 comments on commit bf6ced4

Please sign in to comment.