chore(deps): update simplexchat/smp-server docker tag to v5.1.1 (#611)
* chore(deps): update simplexchat/smp-server docker tag to v5.1.1 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
8612fe65fc
commit
c43fc23119
|
@ -6,9 +6,11 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"id": "simplex-smp",
|
"id": "simplex-smp",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "v5.1.0",
|
"version": "5.1.1",
|
||||||
"categories": ["social"],
|
"categories": [
|
||||||
|
"social"
|
||||||
|
],
|
||||||
"description": "A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.",
|
"description": "A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.",
|
||||||
"short_desc": "A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.",
|
"short_desc": "A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.",
|
||||||
"author": "Simplex Team",
|
"author": "Simplex Team",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.9'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
simplex-smp:
|
simplex-smp:
|
||||||
image: simplexchat/smp-server:v5.1.0
|
image: simplexchat/smp-server:v5.1.1
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user