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

This commit is contained in:
renovate[bot] 2024-05-01 09:42:03 +00:00 committed by GitHub
parent 28460d87fb
commit 46a3212ba9
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": 2, "tipi_version": 3,
"version": "0.7.2", "version": "0.7.3",
"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.2 image: stalwartlabs/mail-server:v0.7.3
container_name: stalwart-mail container_name: stalwart-mail
volumes: volumes:
- ${APP_DATA_DIR}/data:/opt/stalwart-mail - ${APP_DATA_DIR}/data:/opt/stalwart-mail