Removed obsolete VOLUME statements

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

View File

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