diff --git a/systemd/centos7/README.md b/systemd/centos7/README.md index e0920a29..e6730cab 100644 --- a/systemd/centos7/README.md +++ b/systemd/centos7/README.md @@ -11,7 +11,7 @@ First create a Dockerfile and setup the required service or services. Systemd ca ``` FROM centos/systemd -MAINTAINER "Your Name" +LABEL maintainer="Your Name " RUN yum -y install httpd; yum clean all; systemctl enable httpd.service