From 26620cb3d5ce640d5714e4987d3f032f69d2b997 Mon Sep 17 00:00:00 2001 From: aisensiy Date: Wed, 24 Sep 2014 12:07:25 +0800 Subject: [PATCH] mysqld to httpd --- image/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]