File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ docker-compose up
182
182
* Specify master key: ` -e MASTER_KEY={masterKey} `
183
183
* Specify database uri: ` -e DATABASE_URI={mongodb://mongodb.intra:27017/dev} `
184
184
* Specify parse-server port on host: ` -p {1338}:1337 `
185
- * Specify parse-cloud-code git port on host: ` -p {2022 }:22 `
185
+ * Specify parse-cloud-code git port on host: ` -p {2023 }:22 `
186
186
* Specify database port on host: ` -p {27018}:27017 `
187
187
* Specify parse cloud code host folder: ` -v {/home/yongjhih/parse/cloud}:/parse/cloud `
188
188
* Specify parse cloud code volume container: ` --volumes-from {parse-cloud-code} `
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ masterKey="${3:-mastarKey}"
7
7
docker run -it \
8
8
-e APP_ID=$appId \
9
9
-e MASTER_KEY=$masterKey \
10
- -p 1338 :1337 \
10
+ -p 1337 :1337 \
11
11
-p 2022:22 \
12
12
--name parse-server \
13
13
$image
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ masterKey="${3:-mastarKey}"
7
7
docker run -it \
8
8
-e APP_ID=$appId \
9
9
-e MASTER_KEY=$masterKey \
10
- -p 1338 :1337 \
10
+ -p 1337 :1337 \
11
11
-p 2022:22 \
12
12
--name parse-server \
13
13
" $image "
You can’t perform that action at this time.
0 commit comments