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

Commit 7dbf7db

Browse files
authored
Merge pull request #77 from richardnwinder/master
Changed cart-db to carts-db to reflect changes made to carts repository
2 parents 7adeebc + bf9e481 commit 7dbf7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ services:
2929
restart: always
3030
environment:
3131
- reschedule:on-node-failure
32-
cart-db:
32+
carts-db:
3333
image: mongo
34-
hostname: cart-db
34+
hostname: carts-db
3535
restart: always
3636
environment:
3737
- reschedule:on-node-failure

0 commit comments

Comments
 (0)