Skip to content

Commit

Permalink
add dev docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Mar 28, 2022
1 parent bac4c32 commit aa2a47d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose-mongo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3'

services:
mongodb:
image: mongo:5.0.6
restart: always
volumes:
- '/opt/iucovoit/mongodb:/bitnami/mongodb'
ports:
- "27017:27017"

0 comments on commit aa2a47d

Please sign in to comment.