Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.46 KB | None | 0 0
  1. ---
  2. version: "2"
  3. services:
  4.   unifi-controller:
  5.     image: linuxserver/unifi-controller
  6.     container_name: unifi-controller
  7.     environment:
  8.      - PUID=1000
  9.       - PGID=1000
  10.       - MEM_LIMIT=1024M #optional
  11.     volumes:
  12.      - <path to data>:/config
  13.     ports:
  14.      - 3478:3478/udp
  15.       - 10001:10001/udp
  16.       - 8080:8080
  17.       - 8081:8081
  18.       - 8443:8443
  19.       - 8843:8843
  20.       - 8880:8880
  21.       - 6789:6789
  22.     restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement