chore(deps): update simplexchat/smp-server docker tag to v5.7.5 (#3604)
This commit is contained in:
parent
0691fd5880
commit
e54349fff1
|
@ -6,8 +6,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"id": "simplex-smp",
|
"id": "simplex-smp",
|
||||||
"tipi_version": 21,
|
"tipi_version": 22,
|
||||||
"version": "5.7.4",
|
"version": "5.7.5",
|
||||||
"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.",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.9'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
simplex-smp:
|
simplex-smp:
|
||||||
image: simplexchat/smp-server:v5.7.4
|
image: simplexchat/smp-server:v5.7.5
|
||||||
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