Skip to content

Instantly share code, notes, and snippets.

@trung
Created April 20, 2023 13:10
Show Gist options
  • Save trung/5773926e9b616c2b438f5de928ef11cf to your computer and use it in GitHub Desktop.
Save trung/5773926e9b616c2b438f5de928ef11cf to your computer and use it in GitHub Desktop.
Run Unifi Controller on Docker
#!/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