-
-
Notifications
You must be signed in to change notification settings - Fork 79
Closed as not planned
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I have an existing setup and have been using various docker versions of the unifi controller and now network application. As soon as I upgraded to 8.2.93, none of my previously adopted devices [3 APs and 1 PoE switch] were shown in web interface.
I manually force downgraded back to v8.2.93-ls52 and all of my devices were again showing as adopted.
Expected Behavior
No response
Steps To Reproduce
Simply upgrading the docker to 8.2.93 caused the issue. I made no other configuration changes.
Environment
- OS: unRAID v6.12.4
- How docker service was installed:
CPU architecture
x86-64
Docker creation
docker run
-d
--name='unifi'
--net='host'
-e TZ="America/Los_Angeles"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="unRAID"
-e HOST_CONTAINERNAME="unifi"
-e 'TCP_PORT_8443'='8443'
-e 'UDP_PORT_3478'='3478'
-e 'UDP_PORT_10001'='10001'
-e 'TCP_PORT_8080'='8080'
-e 'UDP_PORT_1900'='1900'
-e 'TCP_PORT_8843'='8843'
-e 'TCP_PORT_8880'='8880'
-e 'TCP_PORT_6789'='6789'
-e 'UDP_PORT_5514'='5514'
-e 'MONGO_USER'='user'
-e 'MONGO_PASS'='pass'
-e 'MONGO_HOST'='192.168.0.131'
-e 'MONGO_PORT'='27017'
-e 'MONGO_DBNAME'='unifi'
-e 'MEM_LIMIT'='1024'
-e 'MEM_STARTUP'='1024'
-e 'MONGO_TLS'=''
-e 'MONGO_AUTHSOURCE'=''
-e 'PUID'='99'
-e 'PGID'='100'
-e 'UMASK'='022'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='https://[IP]:[PORT:8443]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/unifi-network-application-icon.png'
-v '/mnt/disks/appdata/docker/unifi':'/config':'rw' 'lscr.io/linuxserver/unifi-network-application:8.2.93-ls52'
962b6ff337d3c490af3074341ca64e728ab08001bc056816a370d112463ee60e
Container logs
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 99
User GID: 100
───────────────────────────────────────
[custom-init] No custom files found, skipping...
[ls.io-init] done.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done