Skip to content

Commit

Permalink
Merge pull request #257 from nautobot/u/snaselj-fix-mattermost
Browse files Browse the repository at this point in the history
Fixed Mattermost container to the latest MySQL version
  • Loading branch information
smk4664 authored Sep 19, 2023
2 parents c59370c + 4a9fe9f commit 2c4acf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/mattermost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
worker:
<<: *nautobot
mattermost:
image: "mattermost/mattermost-preview"
image: "mattermost/mattermost-preview:7.8.9"
hostname: "mattermost"
environment:
MM_LOGSETTINGS_SENDCRASHREPORTS: "false"
Expand Down

0 comments on commit 2c4acf9

Please sign in to comment.