chore(deps): update florider89/joplin-server docker tag to v2.11.2 (#722)
This commit is contained in:
parent
31eb221c50
commit
40671a7f9b
|
@ -5,9 +5,11 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8099,
|
"port": 8099,
|
||||||
"id": "joplin",
|
"id": "joplin",
|
||||||
"tipi_version": 6,
|
"tipi_version": 7,
|
||||||
"version": "2.10.11",
|
"version": "2.11.2",
|
||||||
"categories": ["utilities"],
|
"categories": [
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
"description": "Default credentials: admin@localhost / admin",
|
"description": "Default credentials: admin@localhost / admin",
|
||||||
"short_desc": "Note taking and to-do application with synchronisation",
|
"short_desc": "Note taking and to-do application with synchronisation",
|
||||||
"author": "https://github.com/laurent22",
|
"author": "https://github.com/laurent22",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
joplin:
|
joplin:
|
||||||
container_name: joplin
|
container_name: joplin
|
||||||
image: florider89/joplin-server:2.10.11
|
image: florider89/joplin-server:2.11.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- db-joplin
|
- db-joplin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user