Skip to content

Commit 919e0b3

Browse files
dcoupalkay-kim
authored andcommitted
Update steps-configure-windows-service-for-mongodb.yaml
1 parent d91fc36 commit 919e0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-configure-windows-service-for-mongodb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ action:
2828
option to specify the previously created configuration file.
2929
language: powershell
3030
code: |
31-
"C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe" --config "C:\Program Files\MongoDB\Server\3.4\mongod.cfg" --install
31+
"C:\Program Files\MongoDB\Server\3.6\bin\mongod.exe" --config "C:\Program Files\MongoDB\Server\3.6\mongod.cfg" --install
3232
post: |
3333
To use an alternate :setting:`dbpath`, specify the path in the
3434
configuration file (e.g. ``C:\mongodb\mongod.cfg``) or

0 commit comments

Comments
 (0)