Skip to content

Commit

Permalink
edited ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisyhjiang committed May 15, 2024
1 parent d94ec89 commit cc99dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/nodejs/sveltekit-mongodb/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ services:
mongo:
image: mongo:latest
ports:
- "27017:27017"
- mode: host
target: 27017
volumes:
- mongo-data:/data/db
environment:
Expand Down

0 comments on commit cc99dbe

Please sign in to comment.