Skip to content

Commit

Permalink
[bug] forgot to match .env_template in mongo too
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Aug 2, 2024
1 parent 80c7734 commit f09c69b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ services:
biaint-mongo:
image: mongo:6.0
restart: no
environment:
MONGO_INITDB_ROOT_USERNAME: "${MONGO_INITDB_ROOT_USERNAME}"
MONGO_INITDB_ROOT_PASSWORD: "${MONGO_INITDB_ROOT_PASSWORD}"
env_file: ./api/.env_compose
ports:
- 27017:27017
expose:
Expand Down

0 comments on commit f09c69b

Please sign in to comment.