Created
April 20, 2023 13:10
-
-
Save trung/5773926e9b616c2b438f5de928ef11cf to your computer and use it in GitHub Desktop.
Run Unifi Controller on Docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker run -d --init \ | |
--restart=unless-stopped \ | |
-e TZ='America/New_York' \ | |
--net=host \ | |
-v /home/trung/unifi:/unifi \ | |
--user unifi \ | |
--name unifi \ | |
jacobalberty/unifi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment