mirror of
https://github.com/AdrienPoupa/docker-compose-nas.git
synced 2025-05-29 21:48:01 +02:00
fix(jellyfin): #70 Add network.xml to fix startup on fresh installs
This commit is contained in:
parent
67c7b9ddae
commit
d7cc97f874
@ -410,9 +410,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "7359:7359/udp"
|
- "7359:7359/udp"
|
||||||
- "1900:1900/udp"
|
- "1900:1900/udp"
|
||||||
devices:
|
|
||||||
- /dev/dri/renderD128:/dev/dri/renderD128
|
|
||||||
- /dev/dri/card0:/dev/dri/card0
|
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "curl", "--fail", "http://127.0.0.1:8096/jellyfin/health" ]
|
test: [ "CMD", "curl", "--fail", "http://127.0.0.1:8096/jellyfin/health" ]
|
||||||
|
2
jellyfin/.gitignore
vendored
Normal file
2
jellyfin/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!network.xml
|
28
jellyfin/network.xml
Normal file
28
jellyfin/network.xml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<NetworkConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<BaseUrl>/jellyfin</BaseUrl>
|
||||||
|
<EnableHttps>false</EnableHttps>
|
||||||
|
<RequireHttps>false</RequireHttps>
|
||||||
|
<CertificatePath />
|
||||||
|
<CertificatePassword />
|
||||||
|
<InternalHttpPort>8096</InternalHttpPort>
|
||||||
|
<InternalHttpsPort>8920</InternalHttpsPort>
|
||||||
|
<PublicHttpPort>8096</PublicHttpPort>
|
||||||
|
<PublicHttpsPort>8920</PublicHttpsPort>
|
||||||
|
<AutoDiscovery>true</AutoDiscovery>
|
||||||
|
<EnableUPnP>false</EnableUPnP>
|
||||||
|
<EnableIPv4>true</EnableIPv4>
|
||||||
|
<EnableIPv6>false</EnableIPv6>
|
||||||
|
<EnableRemoteAccess>true</EnableRemoteAccess>
|
||||||
|
<LocalNetworkSubnets />
|
||||||
|
<LocalNetworkAddresses />
|
||||||
|
<KnownProxies />
|
||||||
|
<IgnoreVirtualInterfaces>true</IgnoreVirtualInterfaces>
|
||||||
|
<VirtualInterfaceNames>
|
||||||
|
<string>veth</string>
|
||||||
|
</VirtualInterfaceNames>
|
||||||
|
<EnablePublishedServerUriByRequest>false</EnablePublishedServerUriByRequest>
|
||||||
|
<PublishedServerUriBySubnet />
|
||||||
|
<RemoteIPFilter />
|
||||||
|
<IsRemoteIPFilterBlacklist>false</IsRemoteIPFilterBlacklist>
|
||||||
|
</NetworkConfiguration>
|
Loading…
x
Reference in New Issue
Block a user