Update postgres databases.
This commit is contained in:
@@ -23,7 +23,7 @@ volumes:
|
||||
|
||||
services:
|
||||
mattermost:
|
||||
image: mattermost/mattermost-team-edition:9.5
|
||||
image: mattermost/mattermost-team-edition:9.11
|
||||
container_name: mattermost
|
||||
environment:
|
||||
MM_USERNAME: ${ADMIN_USER}
|
||||
@@ -58,7 +58,7 @@ services:
|
||||
- "traefik.http.services.mattermost-secure.loadbalancer.server.port=8065"
|
||||
|
||||
mattermost-db:
|
||||
image: postgres:15-alpine
|
||||
image: postgres:17-alpine
|
||||
container_name: mattermost-db
|
||||
hostname: mattermost-db
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user