commit
43c387483a
1 changed files with 3 additions and 2 deletions
|
@ -1038,7 +1038,7 @@
|
||||||
"title": "unifi",
|
"title": "unifi",
|
||||||
"description": null,
|
"description": null,
|
||||||
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/unifi-icon.png",
|
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/unifi-icon.png",
|
||||||
"image": "linuxserver/unifi:latest",
|
"image": "linuxserver/unifi-controller:latest",
|
||||||
"category": ["Management", "Tools"],
|
"category": ["Management", "Tools"],
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"ports": [
|
"ports": [
|
||||||
|
@ -1048,7 +1048,8 @@
|
||||||
"8081/tcp",
|
"8081/tcp",
|
||||||
"8443/tcp",
|
"8443/tcp",
|
||||||
"8843/tcp",
|
"8843/tcp",
|
||||||
"8880/tcp"
|
"8880/tcp",
|
||||||
|
"6789/tcp"
|
||||||
],
|
],
|
||||||
"volumes": [{"container": "/config"}],
|
"volumes": [{"container": "/config"}],
|
||||||
"env": [
|
"env": [
|
||||||
|
|
Loading…
Reference in a new issue