{"id":47356632,"url":"https://github.com/Nico640/docker-unms","last_synced_at":"2026-04-01T07:00:52.134Z","repository":{"id":38375381,"uuid":"199173141","full_name":"Nico640/docker-unms","owner":"Nico640","description":"All-in-one docker image for Ubiquiti UISP (formerly UNMS). Supports x86_64 and ARM (Raspberry Pi).","archived":false,"fork":false,"pushed_at":"2026-03-01T23:16:07.000Z","size":267,"stargazers_count":267,"open_issues_count":28,"forks_count":35,"subscribers_count":15,"default_branch":"master","last_synced_at":"2026-03-02T00:54:03.160Z","etag":null,"topics":["amd64","arm","arm64","armhf","docker","docker-image","raspberry-pi","uisp","unms","x86-64"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/nico640/docker-unms","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"oznu/docker-unms","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nico640.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-07-27T14:11:54.000Z","updated_at":"2026-03-01T21:39:05.000Z","dependencies_parsed_at":"2023-10-16T11:48:10.926Z","dependency_job_id":"f9c1c845-f15f-470c-9c9e-3e32e4ae4f5a","html_url":"https://github.com/Nico640/docker-unms","commit_stats":null,"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"purl":"pkg:github/Nico640/docker-unms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nico640%2Fdocker-unms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nico640%2Fdocker-unms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nico640%2Fdocker-unms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nico640%2Fdocker-unms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nico640","download_url":"https://codeload.github.com/Nico640/docker-unms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nico640%2Fdocker-unms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31269185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T06:57:45.811Z","status":"ssl_error","status_checked_at":"2026-04-01T06:57:42.389Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amd64","arm","arm64","armhf","docker","docker-image","raspberry-pi","uisp","unms","x86-64"],"created_at":"2026-03-18T03:00:18.691Z","updated_at":"2026-04-01T07:00:52.129Z","avatar_url":"https://github.com/Nico640.png","language":"Dockerfile","funding_links":[],"categories":["Docker Images"],"sub_categories":["Ruby"],"readme":"[![GitHub Release](https://img.shields.io/github/v/release/Nico640/docker-unms?style=flat-square)](https://github.com/nico640/docker-unms/releases)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/nico640/docker-unms/docker-release.yml?branch=master\u0026style=flat-square)](https://github.com/Nico640/docker-unms/actions/workflows/docker-release.yml)\n\n# Docker UISP (formerly UNMS)\n\nThis is an all-in-one Docker image for running the [Ubiquiti Network Management System](https://uisp.ui.com/). This image contains all the components required to run [UISP](https://uisp.ui.com/) in a single container and uses the [s6-overlay](https://github.com/just-containers/s6-overlay) for process management.\n\nThis image will run on most platforms that support Docker including [Docker for Mac](https://www.docker.com/docker-mac), [Docker for Windows](https://www.docker.com/docker-windows), Synology DSM and Raspberry Pi boards.\n\n## Usage\n\n```shell\ndocker run \\\n  -p 80:80 \\\n  -p 443:443 \\\n  -p 2055:2055/udp \\\n  -e TZ=\u003ctimezone\u003e \\\n  -v \u003c/path/to/config\u003e:/config \\\n  nico640/docker-unms:latest\n```\n\n## Raspberry Pi / ARM\n\nThis image will also allow you to run [UISP](https://uisp.ui.com/) on a Raspberry Pi or other Docker-enabled ARMv7/8 devices.\n\n```\ndocker run -d --name unms -p 80:80 -p 443:443 -p 2055:2055/udp -v \u003c/path/to/config\u003e:/config nico640/docker-unms:latest\n```\n\n## Parameters\n\nThe parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.\n\n* `-v \u003c/path/to/config\u003e:/config` - The persistent data location, the database, certs and logs will be stored here\n* `-p 80:80` - Expose the HTTP web server port on the docker host\n* `-p 443:443` - Expose the HTTPS and WSS web server port on the docker host\n* `-p 2055:2055/udp` - Expose the Netflow port on the docker host\n* `-e TZ` - for [timezone information](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) e.g. `-e TZ=Europe/London`\n\n*Optional Settings:*\n\n* `-e DEMO=false` - Enable UISP demo mode\n* `-e PUBLIC_HTTPS_PORT=443` - This should match the HTTPS port your are exposing to on the docker host\n* `-e PUBLIC_WS_PORT=443` - This should match the HTTPS port your are exposing to on the docker host\n* `-e HTTPS_PORT=443` - Sets the HTTPS port the container's webserver is listening on\n* `-e HTTP_PORT=80` - Set ths HTTP port the container's webserver is listening on\n* `-e SSL_CERT=` - Filename of custom SSL certificate in /config/usercert/\n* `-e SSL_CERT_KEY=` - Filename of custom SSL key in /config/usercert/\n* `-e PUID=911` - User ID of the container user\n* `-e PGID=911` - Group ID of the container user\n\n## Limitations\n\nThe Docker image, nico640/docker-unms, is not maintained by or affiliated with Ubiquiti Networks. You should not expect any support from Ubiquiti when running UISP (formerly UNMS) using this image.\n\n* In-app upgrades will not work. You can upgrade UISP by downloading the latest version of this image.\n\n## Docker Compose\n\n```yml\nversion: '2'\nservices:\n  unms:\n    image: nico640/docker-unms:latest\n    restart: always\n    ports:\n      - 80:80\n      - 443:443\n      - 2055:2055/udp\n    environment:\n      - TZ=Australia/Sydney\n    volumes:\n      - ./volumes/unms:/config\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNico640%2Fdocker-unms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNico640%2Fdocker-unms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNico640%2Fdocker-unms/lists"}