Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcc723 committed Oct 4, 2023
1 parent 644b532 commit ad35956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
ports:
- "3000:3000"
environment:
- MONGODB_URI=mongodb://${MONGO_ROOT_USERNAME}:${MONGO_ROOT_PASSWORD}@mongo/docker-sample-products
- MONGODB_URI=mongodb://${MONGO_ROOT_USERNAME}:${MONGO_ROOT_PASSWORD}@mongo/docker-sample-products?authSource=admin
- VARIABLE=${VARIABLE}
- MONGO_ROOT_USERNAME=${MONGO_ROOT_USERNAME}
- MONGO_ROOT_PASSWORD=${MONGO_ROOT_PASSWORD}
Expand Down

0 comments on commit ad35956

Please sign in to comment.