Upgrade version and update gitignore
This commit is contained in:
parent
0e1cf59a5b
commit
289bef4376
2 changed files with 6 additions and 6 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
|||
conf/
|
||||
data/
|
||||
lib/
|
||||
log/
|
||||
run/
|
||||
conf
|
||||
data
|
||||
lib
|
||||
log
|
||||
run
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
unifi-controller:
|
||||
container_name: unifi-controller
|
||||
image: jacobalberty/unifi:v8.4.59
|
||||
image: jacobalberty/unifi:v8.4.62
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data:/var/run/data
|
||||
|
|
Loading…
Reference in a new issue