Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #77 from richardnwinder/master
Browse files Browse the repository at this point in the history
Changed cart-db to carts-db to reflect changes made to carts repository
  • Loading branch information
vlal authored Mar 16, 2017
2 parents 7adeebc + bf9e481 commit 7dbf7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ services:
restart: always
environment:
- reschedule:on-node-failure
cart-db:
carts-db:
image: mongo
hostname: cart-db
hostname: carts-db
restart: always
environment:
- reschedule:on-node-failure
Expand Down

0 comments on commit 7dbf7db

Please sign in to comment.