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

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