Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Jun 11, 2021
1 parent 0ef09d0 commit 0e12bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
expose:
- 80
mattermost_db:
image: mattermost/mattermost-prod-db:5.31.0
image: mattermost/mattermost-prod-db:v5.31.4
volumes:
- mm-dbdata:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro
Expand All @@ -83,7 +83,7 @@ services:
- mattermost_app
mattermost_app:
restart: unless-stopped
image: mattermost/mattermost-prod-app:5.31.0
image: mattermost/mattermost-prod-app:v5.31.4
volumes:
- mm-config:/mattermost/config:rw
- mm-data:/mattermost/data:rw
Expand Down

0 comments on commit 0e12bd3

Please sign in to comment.