Browse Source

Maintainer -> label maintainer

master
Julien Cabillot 2 years ago
parent
commit
862041ea1f
1 changed files with 1 additions and 1 deletions
  1. 2
      Dockerfile

2
Dockerfile

@ -1,5 +1,5 @@
FROM "php:7.1-apache" FROM "php:7.1-apache"
MAINTAINER "Julien Cabillot <dockerimages@cabillot.eu>"
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
RUN sed -i'' 's/ServerSignature On/ServerSignature Off/; s/ServerTokens OS/ServerTokens Prod/' "/etc/apache2/conf-enabled/security.conf" && \ RUN sed -i'' 's/ServerSignature On/ServerSignature Off/; s/ServerTokens OS/ServerTokens Prod/' "/etc/apache2/conf-enabled/security.conf" && \
sed -i'' 's/^Listen 80$/Listen 8080/' "/etc/apache2/ports.conf" && \ sed -i'' 's/^Listen 80$/Listen 8080/' "/etc/apache2/ports.conf" && \

Loading…
Cancel
Save