Skip to content

Commit

Permalink
Merge pull request #82 from GioF71/devel
Browse files Browse the repository at this point in the history
Release 2022-09-27
  • Loading branch information
GioF71 committed Sep 27, 2022
2 parents c4d9e74 + 77e7e1f commit 815e7d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ version: "3"
services:
sq-pulse:
image: giof71/squeezelite:stable
image: giof71/squeezelite:latest
container_name: sq-pulse
volumes:
# change only on the left side according to your uid
Expand All @@ -240,7 +240,7 @@ services:
I would avoid to add a restart strategy to the compose file with PulseAudio. On my desktop setup, doing so led to all sort of issues on computer startup/reboot. Instead, I would use a user-level systemd service. An example is container in the `pulse` directory of this repository.
Remember to use host networking if you need the player to be automatically discovered. Also, when using a docker run command and not using host mode, I'd suggest to create a dedicated network. This should be covered by the service in the `pulse` directory.

PulseAudio mode is NOT supported for images that use a SourceForge binary. This notably includes `latest`. You might use `stable` instead as shown in the example compose file.
PulseAudio mode is NOT supported for images that use a SourceForge binary. You might use `latest` or `stable` images shown in the example compose file.

## Multiple Configurations on the same dac, and multi-dac configurations

Expand Down
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Releases

### 2022-09-27

Feature|Description
:---|:---
Documentation|PulseAudio mode works with images tagged as `latest`

### 2022-09-20

Feature|Description
Expand Down

0 comments on commit 815e7d7

Please sign in to comment.