Skip to content

Commit

Permalink
fix(main): restore local mongodb
Browse files Browse the repository at this point in the history
restore local mongodb
  • Loading branch information
snomiao committed Jan 20, 2025
1 parent 3cced0c commit 11c2522
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
# - .env
# - .env.test
# use .override.yml to enable test mongodb
# mongodb:
# restart: always
# image: mongo
# ports: ["27017:27017"]
# volumes: [test_db_data:/data/db]
mongodb:
restart: always
image: mongo
ports: ["27017:27017"]
volumes: [test_db_data:/data/db]

0 comments on commit 11c2522

Please sign in to comment.