Update Dockerfile

This commit is contained in:
Wonderfall 2016-06-11 12:08:33 +02:00 committed by GitHub
parent f6c6fb2413
commit 3fb5088605

View File

@ -124,7 +124,7 @@ EXPOSE 8000 4430
VOLUME /sites-enabled /www /conf.d /passwds /certs /var/log/nginx
LABEL description="Secure nginx built from source." \
openssl="BoringSSL (date of the container)." \
openssl="LibreSSL ${LIBRESSL_VERSION}" \
nginx="nginx ${NGINX_VERSION}."
CMD ["/sbin/tini","--","run.sh"]