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/
|
conf
|
||||||
data/
|
data
|
||||||
lib/
|
lib
|
||||||
log/
|
log
|
||||||
run/
|
run
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue