Skip to content

Commit

Permalink
fix: rename mongo_db -> db service
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlexeyn committed Dec 9, 2024
1 parent 2af4ad0 commit 8fc7155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
mongo_db:
db:
image: mongo:latest
container_name: mongo_db
environment:
Expand All @@ -21,7 +21,7 @@ services:
volumes:
- "./backend:/app"
depends_on:
- mongo_db
- db
networks:
- app-network

Expand Down

0 comments on commit 8fc7155

Please sign in to comment.