Skip to content

Commit

Permalink
change tag mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
necitboss committed Dec 12, 2024
1 parent 59361fe commit 4efc583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
db:
image: mongo
image: mongo:8.0
container_name: db
volumes:
- mongo_data:/data/db
Expand All @@ -13,6 +13,7 @@ services:
context: ./main
dockerfile: Dockerfile
container_name: express-server
image: nosql2h24-pc-express:0.8
ports:
- "4444:4444"

Expand Down

0 comments on commit 4efc583

Please sign in to comment.