diff --git a/bitnami/apache/README.md b/bitnami/apache/README.md index 14e819de4913..d56cdf00fd4d 100644 --- a/bitnami/apache/README.md +++ b/bitnami/apache/README.md @@ -80,7 +80,7 @@ $ docker port apache You can also manually specify the ports you want forwarded from your host to the container. ```bash -docker run -p 8080:80 8443:443 bitnami/apache +docker run -p 8080:80 -p 8443:443 bitnami/apache ``` Access your web server in the browser by navigating to