Skip to content

Commit

Permalink
chore: change mongodb mapping volume
Browse files Browse the repository at this point in the history
  • Loading branch information
1tpp committed Aug 3, 2023
1 parent 97b2ce2 commit 23a96fc
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 @@ -25,7 +25,7 @@ services:
ports:
- '27017:27017'
volumes:
- ./data:/data/db
- ../../../../backup/mongodb-data:/data/db
logging:
driver: none
networks:
Expand Down

0 comments on commit 23a96fc

Please sign in to comment.