chore(deps): update simplexchat/smp-server docker tag to v5.8.1 (#3800)
This commit is contained in:
parent
c2d0ee3fb5
commit
05bf716fe5
|
@ -6,8 +6,8 @@
|
|||
"exposable": true,
|
||||
"no_gui": true,
|
||||
"id": "simplex-smp",
|
||||
"tipi_version": 23,
|
||||
"version": "5.8.0",
|
||||
"tipi_version": 24,
|
||||
"version": "5.8.1",
|
||||
"categories": ["social"],
|
||||
"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.",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.9'
|
||||
services:
|
||||
simplex-smp:
|
||||
image: simplexchat/smp-server:v5.8.0
|
||||
image: simplexchat/smp-server:v5.8.1
|
||||
container_name: simplex-smp
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/simplex/logs:/var/opt/simplex:z
|
||||
|
|
Loading…
Reference in New Issue
Block a user