Skip to content
Snippets Groups Projects
Commit 4800a999 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

upgrade unifi controller

parent f4a2c238
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
template: src=docker-compose.yml dest=/srv/unifi/docker-compose.yml template: src=docker-compose.yml dest=/srv/unifi/docker-compose.yml
- name: start unifi docker - name: start unifi docker
docker_service: docker_compose:
project_src: /srv/unifi/ project_src: /srv/unifi/
state: present state: present
...@@ -5,15 +5,19 @@ services: ...@@ -5,15 +5,19 @@ services:
app: app:
image: linuxserver/unifi:91 image: linuxserver/unifi-controller:5.12.35-ls47
restart: always restart: always
ports: ports:
- 3478:3478/udp
- 8080:8080 - 8080:8080
- 8443:8443 - 8443:8443
- 8843:8843 - 8843:8843
- 8880:8880 - 8880:8880
- 6789:6789
- 10001:10001/udp
volumes: volumes:
- /srv/unifi/data:/config - /srv/unifi/data:/config
environment: environment:
PGID: 1001 PGID: 1001
PUID: 1001 PUID: 1001
MEM_LIMIT: 256M
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment