Merge pull request #77 from meienberger/renovate/florider89-joplin-server-2.x

chore(deps): update florider89/joplin-server docker tag to v2.9.5
This commit is contained in:
Nicolas Meienberger 2022-10-13 22:12:34 +00:00 committed by GitHub
commit d7ba4ff27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"exposable": true, "exposable": true,
"port": 8099, "port": 8099,
"id": "joplin", "id": "joplin",
"tipi_version": 2, "tipi_version": 3,
"version": "2.7.4", "version": "2.9.5",
"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",

View File

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