Skip to content

Commit

Permalink
Update templates/backblaze.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Harris <[email protected]>
  • Loading branch information
smccloud and nwithan8 authored Feb 29, 2024
1 parent 732c9c4 commit 9249365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/backblaze.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ This container needs additional installation steps after running the docker, whi
<Config Name="User ID" Tareget="USER_ID" Default="99" Description="When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the User_ID permissions to the container with this variable." Type="Variable" Display="always" Required="true" Mask="false">99</Config>
<Config Name="Group ID" Target="GROUP_ID" Default="100" Description="When mounting docker-volumes, permission issues can arise between the docker host and the container. You can pass the Group_ID permissions to the container with this variable." Type="Variable" Display="always" Required="true" Mask="false">100</Config>
<Config Name="Clean Temp Directory" Target="CLEAN_TMP_DIR" Default="1" Description="When set to 1, all files in the /tmp directory are deleted during the container startup." Type="Variable" Display="always" Required="true" Mask="false">1</Config>
<Config Name="Disable Autoupdate" Target="DISABLE_AUTOUPDATE" Default="false" Description="Disables the auto-update of the backblaze client to the latest known-good version at the time of the docker version release." Type="Variable" Display="always" Required="true" Mask="false">true</Config>
<Config Name="Disable Autoupdate" Target="DISABLE_AUTOUPDATE" Default="false" Description="Disables the auto-update of the backblaze client to the latest known-good version at the time of the docker version release." Type="Variable" Display="always" Required="true" Mask="false">false</Config>
</Container>

0 comments on commit 9249365

Please sign in to comment.