Skip to content

Commit

Permalink
prodの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nose221834 committed Aug 28, 2023
1 parent 6b43f7a commit 37c8616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
stdin_open: true
tty: true
environment:
- NEXT_PUBLIC_MONGODB_URI=MONGODB_URI=mongodb://root:password@mongo:27017/test?authSource=admin
- NEXT_PUBLIC_MONGODB_URI=mongodb://root:password@mongo:27017/test?authSource=admin
- NEXT_PUBLIC_MONGODB_DB=tracking_parking
depends_on:
- mongo
Expand Down

0 comments on commit 37c8616

Please sign in to comment.