Update Flatnotes to v2.2.0

This commit is contained in:
DrMxrcy 2023-03-20 08:57:21 -04:00 committed by Nicolas Meienberger
parent 3a9b9aca96
commit feebd1bd53
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"id": "flatnotes", "id": "flatnotes",
"port": 8137, "port": 8137,
"tipi_version": 1, "tipi_version": 2,
"version": "v2.1.1", "version": "v2.2.0",
"categories": ["utilities"], "categories": ["utilities"],
"description": "A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.", "description": "A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.",
"short_desc": "A self-hosted, database-less note taking web app", "short_desc": "A self-hosted, database-less note taking web app",

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
flatnotes: flatnotes:
container_name: flatnotes container_name: flatnotes
image: dullage/flatnotes:v2.1.1 image: dullage/flatnotes:v2.2.0
environment: environment:
FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE} FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE}
FLATNOTES_USERNAME: ${FLATNOTES_USERNAME} FLATNOTES_USERNAME: ${FLATNOTES_USERNAME}