chore(deps): update florider89/joplin-server docker tag to v2.13.5 (#1634)

This commit is contained in:
renovate[bot] 2023-11-19 22:56:03 +00:00 committed by GitHub
parent 16282b40d6
commit 2a629a62c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8099, "port": 8099,
"id": "joplin", "id": "joplin",
"tipi_version": 10, "tipi_version": 11,
"version": "2.13.2", "version": "2.13.5",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -24,5 +24,8 @@
"env_variable": "JOPLIN_DB_PASSWORD" "env_variable": "JOPLIN_DB_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
joplin: joplin:
container_name: joplin container_name: joplin
image: florider89/joplin-server:2.13.2 image: florider89/joplin-server:2.13.5
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- db-joplin - db-joplin