fix(scrypted): bump version (#2259)

close #1771
This commit is contained in:
JigSaw 2024-01-21 17:46:11 +01:00 committed by GitHub
parent f4b3ee3d5f
commit e4875c4352
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"exposable": false, "exposable": false,
"https": true, "https": true,
"id": "scrypted", "id": "scrypted",
"tipi_version": 6, "tipi_version": 7,
"version": "20-jammy-full.s6-v0.57.0", "version": "18-jammy-full.s6-v0.88.0",
"categories": [ "categories": [
"security" "security"
], ],

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
scrypted: scrypted:
container_name: scrypted container_name: scrypted
image: koush/scrypted:20-jammy-full.s6-v0.57.0 image: koush/scrypted:18-jammy-full.s6-v0.88.0
privileged: true privileged: true
volumes: volumes:
- ${APP_DATA_DIR}/data/scrypted/database:/server/volume - ${APP_DATA_DIR}/data/scrypted/database:/server/volume