homebridge / docker-homebridge

Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
https://hub.docker.com/r/homebridge/homebridge/
GNU General Public License v3.0
2.57k stars 241 forks source link

Install previous version of UI does not work #463

Closed mbierman closed 1 year ago

mbierman commented 1 year ago

Describe The Bug

Using the install previous version of homebridge-config-ui-x (v4.49.0) using the ui keeps the version at v4.50.0 instead of 4.49.

Docker Config

docker run --name=homebridge --hostname=homebridge --env=PATH=/opt/homebridge/bin:/var/lib/homebridge/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --env=S6_OVERLAY_VERSION=3.1.1.2 --env=S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 --env=S6_KEEP_ENV=1 --env=ENABLE_AVAHI=0 --env=USER=root --env=HOMEBRIDGE_APT_PACKAGE=1 --env=UIX_CUSTOM_PLUGIN_PATH=/var/lib/homebridge/node_modules --env=HOME=/home/homebridge --env=npm_config_prefix=/opt/homebridge --env=HOMEBRIDGE_PKG_VERSION=1.0.27 --env=npm_config_global_style=true --env=npm_config_audit=false --env=npm_config_fund=false --env=npm_config_update_notifier=false --env=npm_config_loglevel=error --env=HOMEBRIDGE_CONFIG_UI_PORT=8581 --volume=/volume1/docker/homebridge:/homebridge:rw --volume=/homebridge --network=host --workdir=/homebridge --restart=always --label='org.opencontainers.image.authors=oznu' --label='org.opencontainers.image.description=Official Homebridge Docker Image' --label='org.opencontainers.image.licenses=GPL-3.0' --label='org.opencontainers.image.title=Homebridge in Docker' --label='org.opencontainers.image.url=https://github.com/oznu/docker-homebridge' --log-driver=db --runtime=runc --detach=true -t oznu/homebridge:ubuntu

Logs

No response

Host Operating System

Synology DSM 6

Host Architecture

x86_64 / amd64

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.