Merge pull request #115 from SelfhostedPro/adding_apps

Port change on Snibox and minor fixes
This commit is contained in:
SelfhostedPro 2020-06-10 11:21:49 -07:00 committed by GitHub
commit bee3168369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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."
}, },
{ {