diff --git a/image/create.md b/image/create.md index 26d5979..db60997 100644 --- a/image/create.md +++ b/image/create.md @@ -108,7 +108,7 @@ Successfully built 324104cde6ad ``` # put my local web site in myApp folder to /var/www ADD myApp /var/www -# expose mysqld port +# expose httpd port EXPOSE 80 # the command to run CMD ["/usr/sbin/apachectl", "-D", "FOREGROUND"]