Upgrade version and update gitignore

This commit is contained in:
Ryan Harg 2024-09-24 13:54:23 +02:00
parent 0e1cf59a5b
commit 289bef4376
2 changed files with 6 additions and 6 deletions

10
.gitignore vendored
View file

@ -1,5 +1,5 @@
conf/ conf
data/ data
lib/ lib
log/ log
run/ run

View file

@ -1,7 +1,7 @@
services: services:
unifi-controller: unifi-controller:
container_name: unifi-controller container_name: unifi-controller
image: jacobalberty/unifi:v8.4.59 image: jacobalberty/unifi:v8.4.62
restart: always restart: always
volumes: volumes:
- ./data:/var/run/data - ./data:/var/run/data