Removed obsolete VOLUME statements

This commit is contained in:
Alexey Pustovalov
2020-07-14 00:43:32 +03:00
parent b47cf1fa90
commit cdfac6414b
30 changed files with 18 additions and 60 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