Обновить Dockerfile

This commit is contained in:
2025-12-17 18:47:30 +00:00
parent 860ed0d934
commit 5e0e049a94

View File

@@ -43,7 +43,8 @@
# Adjust permissions
# RUN chown -R mattermost:mattermost /mattermost
VOLUME ["/opt/mattermost/config", "/opt/mattermost/data", "/opt/mattermost/logs", "/opt/mattermost/plugins", "/opt/mattermost/client/plugins"]
USER mattermost
HEALTHCHECK --interval=30s --timeout=10s --retries=3 CMD curl -f http://localhost:8065/api/v4/system/ping || exit 1