[MM] Bump to 7.9.1

This commit is contained in:
thopic 2023-03-20 11:46:44 +01:00
parent e19723ace6
commit 1a265caa02
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -11,11 +11,11 @@ services:
env_file: secrets/db.secrets env_file: secrets/db.secrets
app: app:
image: mm_app:7.7.1 image: mm_app:7.9.1
build: build:
context: . context: .
args: args:
MM_VERSION: 7.7.1 MM_VERSION: 7.9.1
depends_on: depends_on:
- db - db
restart: unless-stopped restart: unless-stopped