mirror of
https://github.com/mtan93/unifi-linux-utils.git
synced 2026-03-08 05:31:58 +00:00
Update docker-unifi.service
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
# UniFi Controller systemd Docker Service File
|
||||||
|
# by Rogier Lommers
|
||||||
|
# Last updated December 10, 2016
|
||||||
|
|
||||||
|
# Instructions:
|
||||||
|
# 1. Install Docker, Java, MongoDB, and UniFi Controller
|
||||||
|
# (see https://hub.docker.com/r/goofball222/unifi/ for
|
||||||
|
# Docker-specific info)
|
||||||
|
# 2. Save this file as /etc/systemd/system/docker-unifi.service
|
||||||
|
# 3. Create 'ubnt' user on your system
|
||||||
|
# 4. Run 'systemctl enable docker-unifi.service'
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Daemon for Unifi
|
Description=Daemon for Unifi
|
||||||
After=docker.service
|
After=docker.service
|
||||||
|
|||||||
Reference in New Issue
Block a user