Removed obsolete VOLUME statements

This commit is contained in:
Alexey Pustovalov
2020-07-14 01:18:37 +03:00
30 changed files with 18 additions and 66 deletions

View File

@ -107,8 +107,6 @@ EXPOSE 8080/TCP 8443/TCP
WORKDIR /usr/share/zabbix
VOLUME ["/etc/ssl/apache2"]
COPY ["docker-entrypoint.sh", "/usr/bin/"]
USER 1997