Update linkace.xml

Add missing network tag for bridging
This commit is contained in:
PhuriousGeorge 2024-01-02 02:26:33 -06:00 committed by GitHub
parent 925d92a344
commit ec7d119742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
<Name>linkace</Name>
<Repository>linkace/linkace:simple</Repository>
<Registry>https://hub.docker.com/r/linkace/linkace/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://www.linkace.org/</Project>
@ -17,4 +18,4 @@
<Config Name="Port" Target="80" Default="4256" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">4256</Config>
<Config Name="Logs Path" Target="/app/storage/logs" Default="/mnt/user/appdata/linkace/logs/" Mode="rw" Description="Logs Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/linkace/logs/</Config>
<Config Name=".env File" Target="/app/.env" Default="/mnt/user/appdata/linkace/.env" Mode="rw" Description=".env File" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/linkace/.env</Config>
</Container>
</Container>