Skip to content

Commit

Permalink
don't expose port
Browse files Browse the repository at this point in the history
  • Loading branch information
gocampo committed Jul 27, 2023
1 parent 645ebb7 commit fe4a545
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 @@ -12,8 +12,8 @@ services:

mongodb:
image: mongo
ports:
- 27017:27017
expose:
- 27017
volumes:
- data:/data/db
restart: always
Expand Down

0 comments on commit fe4a545

Please sign in to comment.