Fix issue 166 invliad mapping from /app/data to /data
This commit is contained in:
parent
109e6fd794
commit
d904320b20
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
|||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/flatnotes/data",
|
||||
"container": "/app/data"
|
||||
"container": "/data"
|
||||
}
|
||||
],
|
||||
"webpage": "https://github.com/Dullage/flatnotes"
|
||||
|
|
|
@ -2246,7 +2246,7 @@
|
|||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/flatnotes/data",
|
||||
"container": "/app/data"
|
||||
"container": "/data"
|
||||
}
|
||||
],
|
||||
"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/Dullage/flatnotes\" target=\"_blank\">https://github.com/Dullage/flatnotes</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/dullage/flatnotes\" target=\"_blank\">https://hub.docker.com/r/dullage/flatnotes</a><br><br><h3><b><a href=\"https://github.com/pi-hosted/pi-hosted/blob/master/tools/install_flatnotes.sh\" target=\"_blank\">Pre-installation script</a> must be RAN before you install: </b>wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_flatnotes.sh | bash</h3><br><br>"
|
||||
|
|
|
@ -2204,7 +2204,7 @@
|
|||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/flatnotes/data",
|
||||
"container": "/app/data"
|
||||
"container": "/data"
|
||||
}
|
||||
],
|
||||
"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/Dullage/flatnotes\" target=\"_blank\">https://github.com/Dullage/flatnotes</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/dullage/flatnotes\" target=\"_blank\">https://hub.docker.com/r/dullage/flatnotes</a><br><br><h3><b><a href=\"https://github.com/pi-hosted/pi-hosted/blob/master/tools/install_flatnotes.sh\" target=\"_blank\">Pre-installation script</a> must be RAN before you install: </b>wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_flatnotes.sh | bash</h3><br><br>"
|
||||
|
|
Loading…
Add table
Reference in a new issue