chore(deps): update stalwartlabs/mail-server docker tag to v0.7.2 (#3272)

This commit is contained in:
renovate[bot] 2024-04-24 09:53:08 +00:00 committed by GitHub
parent 854aa78042
commit cabfbe4f94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
"name": "Stalwart Mail", "name": "Stalwart Mail",
"available": true, "available": true,
"exposable": true, "exposable": true,
"tipi_version": 1, "tipi_version": 2,
"version": "0.7.0", "version": "0.7.2",
"port": 8677, "port": 8677,
"id": "stalwart-mail", "id": "stalwart-mail",
"categories": [ "categories": [

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
stalwart-mail: stalwart-mail:
image: stalwartlabs/mail-server:v0.7.0 image: stalwartlabs/mail-server:v0.7.2
container_name: stalwart-mail container_name: stalwart-mail
volumes: volumes:
- ${APP_DATA_DIR}/data:/opt/stalwart-mail - ${APP_DATA_DIR}/data:/opt/stalwart-mail