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,
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user