1
0
Fork 0

Setup unifi software for AP Pro

This commit is contained in:
Andrew Tomaka 2017-07-17 13:19:20 -04:00
parent fe6dca936a
commit 791e83bf0f
No known key found for this signature in database
GPG Key ID: C78D1A81582BAC86
2 changed files with 16 additions and 0 deletions

View File

@ -7,3 +7,4 @@ Ports:
* plexpy: 9055
* ha: 9056
* portainer: 9057
* unifi: 9058, 8081, 8443, 8843, 8880

View File

@ -1,6 +1,21 @@
version: '2'
services:
unifi:
image: linuxserver/unifi
container_name: unifi
restart: always
environment:
PUID: 0
PGID: 0
volumes:
- "/mnt/data/docker/unifi/config:/config"
ports:
- "9058:8080"
- "8081:8081"
- "8443:8443"
- "8843:8843"
- "8880:8880"
plex:
image: linuxserver/plex
container_name: plex