diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-19 15:01:16 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-19 15:01:16 +0100 |
| commit | c5430f86b0b5863482e7c4f7e55a79c7d88c133b (patch) | |
| tree | d502295f9f76ceff32a8a43eaf1e28b5dd037b04 /deployment/unraid | |
| parent | 1e9402392781567ad73f0b1fae01c17989278ff6 (diff) | |
Fixed csproj and xml identation.
Diffstat (limited to 'deployment/unraid')
| -rw-r--r-- | deployment/unraid/docker-templates/jellyfin.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/unraid/docker-templates/jellyfin.xml b/deployment/unraid/docker-templates/jellyfin.xml index be1188424..1d97a9f00 100644 --- a/deployment/unraid/docker-templates/jellyfin.xml +++ b/deployment/unraid/docker-templates/jellyfin.xml @@ -23,7 +23,7 @@ <Project>https://jellyfin.media/</Project> <BindTime>true</BindTime> <Privileged>false</Privileged> - <Networking> + <Networking> <Mode>host</Mode> <Publish> <Port> @@ -32,7 +32,7 @@ <Protocol>tcp</Protocol> </Port> </Publish> - </Networking> + </Networking> <Data> <Volume> <HostDir>/mnt/cache/appdata/config</HostDir> |
