You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -445,7 +445,7 @@ And then add a docker setup hook to login to your private registry on the server
445
445
446
446
### Image Port
447
447
448
-
You can set `meteor.docker.port` to the port to expose from the container. This does not affect the port the app is accessed on, only the port the app runs on inside the docker container.
448
+
You can set `meteor.docker.imagePort` to the port to expose from the container. This does not affect the port the app is accessed on, only the port the app runs on inside the docker container.
449
449
450
450
## Reverse Proxy
451
451
@@ -1193,6 +1193,10 @@ Runs the nodemiral task list, and returns a promise. If any of the tasks fail, i
1193
1193
1194
1194
Returns a promise. Shows the logs to the user, prefixing the host to each line.
1195
1195
1196
+
#### **commandHistory**
1197
+
1198
+
Array of objects. Each object is in the format of `{name: 'plugin.commandName'}`, and shows what commands have already been run and in what order.
0 commit comments