Обновить Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user