Skip to content

Commit

Permalink
RedHat Fedora - 25
Browse files Browse the repository at this point in the history
    Issue Description: CELLO Dashboard, Watchdog and Restserver would always show "Restarting"

    Issue to do with docker-compose version.
    In requirements it is > 1.7.0 and anything above 1.7.0 (like 1.8 or 1.9 or 1.10) would not allow the cello containers to start cleanly.

    After removing all images and containers -
    sudo make stop
    sudo make clean
    sudo docker rmi cello-dashbard cello-watchdog cello-restserver
    sudo make start

    fixes this issue.

fix #CE-11

Change-Id: I1d0acdaf9e3eb4684d2604f1b786a14b93bf6dd8
Signed-off-by: Amjad Nawaz <amjadnz@gmail.com>
  • Loading branch information
AmjadNZ committed Feb 6, 2017
1 parent 02e3796 commit 8627fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docker-compose>=1.7.0
docker-compose==1.7.0
Flask>=0.11.0
greenlet>=0.4.5
gunicorn>=19.0.0
pymongo>=3.2.0
requests>=2.0.0
requests>=2.0.0

0 comments on commit 8627fb7

Please sign in to comment.