chore(deps): update florider89/joplin-server docker tag to v2.13.5 (#1634)
This commit is contained in:
parent
16282b40d6
commit
2a629a62c7
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8099,
|
||||
"id": "joplin",
|
||||
"tipi_version": 10,
|
||||
"version": "2.13.2",
|
||||
"tipi_version": 11,
|
||||
"version": "2.13.5",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
@ -24,5 +24,8 @@
|
|||
"env_variable": "JOPLIN_DB_PASSWORD"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
joplin:
|
||||
container_name: joplin
|
||||
image: florider89/joplin-server:2.13.2
|
||||
image: florider89/joplin-server:2.13.5
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db-joplin
|
||||
|
|
Loading…
Reference in New Issue
Block a user