Port change on Snibox and minor fixes

This commit is contained in:
nashosted 2020-06-10 14:12:07 -04:00
parent 2ae7b02dbe
commit 91d75fec35
1 changed files with 1 additions and 13 deletions

View File

@ -82,12 +82,6 @@
"bind": "/portainer/Files/AppData/Config/EmbyStat" "bind": "/portainer/Files/AppData/Config/EmbyStat"
} }
], ],
"env": [
{
"name": "TZ",
"label": "TZ"
}
],
"note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services." "note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services."
}, },
{ {
@ -104,7 +98,7 @@
"platform": "linux", "platform": "linux",
"restart_policy": "unless-stopped", "restart_policy": "unless-stopped",
"ports": [ "ports": [
"6555:6555/tcp" "3010:3000/tcp"
], ],
"volumes": [ "volumes": [
{ {
@ -112,12 +106,6 @@
"bind": "/portainer/Files/AppData/Config/Snibox" "bind": "/portainer/Files/AppData/Config/Snibox"
} }
], ],
"env": [
{
"name": "TZ",
"label": "TZ"
}
],
"note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text." "note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text."
}, },
{ {