Skip to content

Commit

Permalink
Prepare for nextVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Nov 4, 2023
1 parent f76a172 commit 876591c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
<span align="center">
### [homebridge-vm-image.iso](https://github.com/oznu/homebridge-vm-image/releases/download/${{ steps.get_version.outputs.VERSION }}/homebridge-vm-image.iso)
### [homebridge-vm-image.iso](https://github.com/homebridge/homebridge-vm-image/releases/download/${{ steps.get_version.outputs.VERSION }}/homebridge-vm-image.iso)
</span>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A minimal ISO image that runs Homebridge.

## Usage

1. Click here to download the latest [**homebridge-vm-image.iso (70 MB)**](https://github.com/oznu/homebridge-vm-image/releases/latest/download/homebridge-vm-image.iso) ISO file.
1. Click here to download the latest [**homebridge-vm-image.iso (70 MB)**](https://github.com/homebridge/homebridge-vm-image/releases/latest/download/homebridge-vm-image.iso) ISO file.
2. Create a new virtual machine in HyperV, VirtualBox, Parallels Desktop, ESXi etc.
* *OS*: Linux -> Other Linux (64bit)
* *Hyper-V*: Select "Generation 1 VM"
Expand Down
2 changes: 1 addition & 1 deletion files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
services:
homebridge:
container_name: homebridge
image: oznu/homebridge:ubuntu
image: homebridge/homebridge:ubuntu
restart: always
network_mode: host
privileged: true
Expand Down

0 comments on commit 876591c

Please sign in to comment.