chore(deps): update simplexchat/smp-server docker tag to v5.7.3 (#3449)

This commit is contained in:
renovate[bot] 2024-05-12 00:32:47 +00:00 committed by GitHub
parent 883a2a259c
commit ca9a2e7a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"exposable": true, "exposable": true,
"no_gui": true, "no_gui": true,
"id": "simplex-smp", "id": "simplex-smp",
"tipi_version": 19, "tipi_version": 20,
"version": "5.7.2", "version": "5.7.3",
"categories": [ "categories": [
"social" "social"
], ],

View File

@ -1,7 +1,7 @@
version: '3.9' version: '3.9'
services: services:
simplex-smp: simplex-smp:
image: simplexchat/smp-server:v5.7.2 image: simplexchat/smp-server:v5.7.3
container_name: simplex-smp container_name: simplex-smp
volumes: volumes:
- ${APP_DATA_DIR}/data/simplex/logs:/var/opt/simplex:z - ${APP_DATA_DIR}/data/simplex/logs:/var/opt/simplex:z