mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(api): use port 27017 (#54220)
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
command: mongod --replSet rs0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 27018:27017
|
||||
- 27017:27017
|
||||
volumes:
|
||||
- db-data:/data
|
||||
setup:
|
||||
|
||||
Reference in New Issue
Block a user