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,
|
"exposable": true,
|
||||||
"id": "flatnotes",
|
"id": "flatnotes",
|
||||||
"port": 8137,
|
"port": 8137,
|
||||||
"tipi_version": 7,
|
"tipi_version": 8,
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"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",
|
||||||
"author": "Dullage",
|
"author": "Dullage",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
flatnotes:
|
flatnotes:
|
||||||
container_name: flatnotes
|
container_name: flatnotes
|
||||||
image: dullage/flatnotes:v3.1.0
|
image: dullage/flatnotes:v3.1.1
|
||||||
environment:
|
environment:
|
||||||
FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE}
|
FLATNOTES_AUTH_TYPE: ${FLATNOTES_AUTH_TYPE}
|
||||||
FLATNOTES_USERNAME: ${FLATNOTES_USERNAME}
|
FLATNOTES_USERNAME: ${FLATNOTES_USERNAME}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user