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

This commit is contained in:
renovate[bot] 2023-12-05 12:29:32 +00:00 committed by GitHub
parent 13c92feb08
commit cd440fc931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 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": 8, "tipi_version": 9,
"version": "5.3.0", "version": "5.4.0",
"categories": [ "categories": [
"social" "social"
], ],
@ -25,5 +25,7 @@
"env_variable": "SIMPLEX_SMP_PASSWORD" "env_variable": "SIMPLEX_SMP_PASSWORD"
} }
], ],
"supported_architectures": ["amd64"] "supported_architectures": [
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: '3.9' version: '3.9'
services: services:
simplex-smp: simplex-smp:
image: simplexchat/smp-server:v5.3.0 image: simplexchat/smp-server:v5.4.0
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