Update cryptpad.xml

This commit is contained in:
A75G 2024-01-23 21:47:07 +03:00 committed by GitHub
parent 925d92a344
commit 1fcee633cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
<?xml version="1.0"?>
<Container version="2">
<Name>cryptpad</Name>
<Repository>promasu/cryptpad:latest</Repository>
<Registry>https://hub.docker.com/r/promasu/cryptpad/</Registry>
<Repository>cryptpad/cryptpad:version-5.6.0</Repository>
<Registry>https://hub.docker.com/r/cryptpad/cryptpad/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
@ -26,4 +26,4 @@
<Config Name="Data Path" Target="/cryptpad/data" Default="/mnt/user/appdata/cryptpad/data" Mode="rw" Description="Data Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/data</Config>
<Config Name="Datastore Path" Target="/cryptpad/datastore" Default="/mnt/user/appdata/cryptpad/datastore" Mode="rw" Description="Datastore Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/datastore</Config>
<Config Name="Config Path" Target="/cryptpad/config/config.js" Default="/mnt/user/appdata/cryptpad/config/config.js" Mode="rw" Description="Config Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/cryptpad/config/config.js</Config>
</Container>
</Container>