Change default command to httpd

This commit is contained in:
Moghedrin 2014-09-05 15:55:10 -06:00
parent c33d93e59b
commit f36d64e65b
5 changed files with 5 additions and 5 deletions

View File

@ -66,4 +66,4 @@ WORKDIR /var/www/html
VOLUME /var/www/html
EXPOSE 80
CMD ["apachectl", "start", "-DFOREGROUND"]
CMD ["httpd", "-DFOREGROUND"]

View File

@ -65,4 +65,4 @@ WORKDIR /var/www/html
VOLUME /var/www/html
EXPOSE 80
CMD ["apachectl", "start", "-DFOREGROUND"]
CMD ["httpd", "-DFOREGROUND"]

View File

@ -65,4 +65,4 @@ WORKDIR /var/www/html
VOLUME /var/www/html
EXPOSE 80
CMD ["apachectl", "start", "-DFOREGROUND"]
CMD ["httpd", "-DFOREGROUND"]

View File

@ -65,4 +65,4 @@ WORKDIR /var/www/html
VOLUME /var/www/html
EXPOSE 80
CMD ["apachectl", "start", "-DFOREGROUND"]
CMD ["httpd", "-DFOREGROUND"]

View File

@ -4,4 +4,4 @@ WORKDIR /var/www/html
VOLUME /var/www/html
EXPOSE 80
CMD ["apachectl", "start", "-DFOREGROUND"]
CMD ["httpd", "-DFOREGROUND"]