Skip to content

Commit

Permalink
Merge pull request #4 from homebridge/nextVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker authored Jun 23, 2024
2 parents f76a172 + 876591c commit b7b6579
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 b7b6579

Please sign in to comment.