Skip to content

Commit cc99dbe

Browse files
committed
edited ports
1 parent d94ec89 commit cc99dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/nodejs/sveltekit-mongodb/compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ services:
2020
mongo:
2121
image: mongo:latest
2222
ports:
23-
- "27017:27017"
23+
- mode: host
24+
target: 27017
2425
volumes:
2526
- mongo-data:/data/db
2627
environment:

0 commit comments

Comments
 (0)