Skip to content

Commit 78d569e

Browse files
committed
Fix docker.imagePort in docs
1 parent 6e0a605 commit 78d569e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ And then add a docker setup hook to login to your private registry on the server
445445

446446
### Image Port
447447

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.
449449

450450
## Reverse Proxy
451451

0 commit comments

Comments
 (0)