Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1588 from mozilla/comment_mongoports_dockertests
Browse files Browse the repository at this point in the history
Comment out mongo external ports for docker test env
  • Loading branch information
Phrozyn committed Apr 9, 2020
2 parents dc5d59b + 9099e7c commit d42a5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/compose/docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ services:
- base
restart: always
command: ["bin/mongod", "--config", "/etc/mongod.conf"]
ports:
- 3002:3002
# ports:
# - 3002:3002
networks:
- default
rabbitmq:
Expand Down

0 comments on commit d42a5be

Please sign in to comment.