mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Fixed sonos playback and add android background playback
This commit is contained in:
parent
207b7f290f
commit
f36df9e67b
13 changed files with 1814 additions and 1415 deletions
|
|
@ -3,11 +3,11 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
audiobookshelf:
|
||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||
#image: ghcr.io/advplyr/audiobookshelf:latest
|
||||
image: test
|
||||
# ABS runs on port 13378 by default. If you want to change
|
||||
# the port, only change the external port, not the internal port
|
||||
ports:
|
||||
- 13378:80
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
# These volumes are needed to keep your library persistent
|
||||
# and allow media to be accessed by the ABS server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue