chore(deps): update dullage/flatnotes docker tag to v3.1.1 (#831)
This commit is contained in:
parent
a439f8faaf
commit
9102dc14a2
|
@ -5,9 +5,11 @@
|
|||
"exposable": true,
|
||||
"id": "flatnotes",
|
||||
"port": 8137,
|
||||
"tipi_version": 7,
|
||||
"version": "3.1.0",
|
||||
"categories": ["utilities"],
|
||||
"tipi_version": 8,
|
||||
"version": "3.1.1",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"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",
|
||||
"author": "Dullage",
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
flatnotes:
|
||||
container_name: flatnotes
|
||||
image: dullage/flatnotes:v3.1.0
|
||||
image: dullage/flatnotes:v3.1.1
|
||||
environment:
|
||||
FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE}
|
||||
FLATNOTES_USERNAME: ${FLATNOTES_USERNAME}
|
||||
|
|
Loading…
Reference in New Issue
Block a user