Skip to content

Commit

Permalink
remove persistance
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Jun 30, 2022
1 parent 244fb36 commit 5d4c7f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose-mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ version: '3'

services:
mongodb:
image: mongo:5.0.6
image: mongo:5
restart: always
volumes:
- './mongo-data:/data/db'
ports:
- "27017:27017"

0 comments on commit 5d4c7f0

Please sign in to comment.