Skip to content

Commit

Permalink
finishing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoLeonel committed May 3, 2024
1 parent a907b02 commit 5b9d64a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,4 @@ services:
image: mongo
ports:
- "27017:27017"
environment:
- MONGO_INITDB_ROOT_USERNAME=${MONGO_INITDB_ROOT_USERNAME}
- MONGO_INITDB_ROOT_PASSWORD=${MONGO_INITDB_ROOT_PASSWORD}
- MONGO_INITDB_DATABASE=${MONGO_DATABASE}
volumes:
- mongodb_data:/data/db
restart: always

volumes:
mongodb_data:

0 comments on commit 5b9d64a

Please sign in to comment.