mirror of
https://github.com/linuxserver/docker-templates.git
synced 2026-02-14 22:39:17 +08:00
Update booksonic.xml
Left the chuffing port out...
This commit is contained in:
parent
90d0e237e6
commit
998d953e76
@ -18,7 +18,7 @@
|
||||
<Category>MediaApp:Books MediaApp:Other MediaServer:Books MediaServer:Other Status:Stable</Category>
|
||||
<WebUI>http://[IP]:[PORT:4040]/booksonic/</WebUI>
|
||||
<TemplateURL/>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-icon.png</Icon>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic.png</Icon>
|
||||
<ExtraParams/>
|
||||
<DateInstalled>1481596096</DateInstalled>
|
||||
<Description>Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic.&amp;#xD;
|
||||
@ -30,7 +30,13 @@
|
||||
[b]CONTEXT_PATH[/b] Enables easier reverse proxying, making webui available at [b]http://IP:PORT/CONTEXT_PATH/[/b][br]
</Description>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish/>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>4040</HostPort>
|
||||
<ContainerPort>4040</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user