mattermost/docker-compose.yml aktualisiert

This commit is contained in:
2026-03-26 16:48:22 +00:00
parent ed9d54be1a
commit 062195a27c

View File

@@ -26,7 +26,7 @@ services:
extra_hosts:
- "${MM_EXTERNAL_HOST}"
postgres-server:
image: postgres:latest
image: ${PG_IMAGE}
environment:
- POSTGRES_DB="${MM_POSTGRES_DB}"
- POSTGRES_USER="${MM_POSTGRES_USER}"