Обновить Dockerfile

This commit is contained in:
2025-12-18 17:50:16 +00:00
parent f89e41bce3
commit ec709c693a

View File

@@ -44,7 +44,7 @@
# COPY --from=fetcher /tmp/mattermost /mattermost # COPY --from=fetcher /tmp/mattermost /mattermost
# Adjust permissions # Adjust permissions
RUN chown -R mattermost:mattermost /opt/mattermost #RUN chown -R mattermost:mattermost /opt/mattermost
#VOLUME ["/opt/mattermost/config", "/opt/mattermost/data", "/opt/mattermost/logs", "/opt/mattermost/plugins", "/opt/mattermost/client/plugins"] #VOLUME ["/opt/mattermost/config", "/opt/mattermost/data", "/opt/mattermost/logs", "/opt/mattermost/plugins", "/opt/mattermost/client/plugins"]
USER 1001 USER 1001