chore(deps): update simplexchat/smp-server docker tag to v5.7.4 (#3536)
This commit is contained in:
parent
4e6dcb3a7c
commit
87dddb3b93
|
@ -6,11 +6,9 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"no_gui": true,
|
"no_gui": true,
|
||||||
"id": "simplex-smp",
|
"id": "simplex-smp",
|
||||||
"tipi_version": 20,
|
"tipi_version": 21,
|
||||||
"version": "5.7.3",
|
"version": "5.7.4",
|
||||||
"categories": [
|
"categories": ["social"],
|
||||||
"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",
|
||||||
|
@ -25,7 +23,5 @@
|
||||||
"env_variable": "SIMPLEX_SMP_PASSWORD"
|
"env_variable": "SIMPLEX_SMP_PASSWORD"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["amd64"]
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.9'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
simplex-smp:
|
simplex-smp:
|
||||||
image: simplexchat/smp-server:v5.7.3
|
image: simplexchat/smp-server:v5.7.4
|
||||||
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