chore(deps): update ghcr.io/enchant97/note-mark-frontend docker tag to v0.11.0 (#2364)
This commit is contained in:
parent
2b3d806cd8
commit
3f46e63ded
|
@ -5,9 +5,11 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8567,
|
"port": 8567,
|
||||||
"id": "notemark",
|
"id": "notemark",
|
||||||
"tipi_version": 6,
|
"tipi_version": 7,
|
||||||
"version": "0.10.0",
|
"version": "0.11.0",
|
||||||
"categories": ["utilities"],
|
"categories": [
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
"description": "Note Mark is a lighting fast and minimal web-based Markdown notes app.",
|
"description": "Note Mark is a lighting fast and minimal web-based Markdown notes app.",
|
||||||
"short_desc": "Lighting fast web-based Markdown notes app.",
|
"short_desc": "Lighting fast web-based Markdown notes app.",
|
||||||
"author": "enchant97",
|
"author": "enchant97",
|
||||||
|
@ -20,5 +22,8 @@
|
||||||
"env_variable": "NOTEMARK_SERVICE_SECRET"
|
"env_variable": "NOTEMARK_SERVICE_SECRET"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
notemark:
|
notemark:
|
||||||
image: ghcr.io/enchant97/note-mark-frontend:0.10.0
|
image: ghcr.io/enchant97/note-mark-frontend:0.11.0
|
||||||
container_name: notemark
|
container_name: notemark
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user