Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion systemd/centos7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ First create a Dockerfile and setup the required service or services. Systemd ca
```
FROM centos/systemd

MAINTAINER "Your Name" <you@example.com>
LABEL maintainer="Your Name <you@example.com>"

RUN yum -y install httpd; yum clean all; systemctl enable httpd.service

Expand Down