Skip to content

Commit 3dd3287

Browse files
authored
Fix typo in imgburn.xml
1 parent d617dbe commit 3dd3287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/imgburn.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This container needs additional installation steps after running the docker, whi
3232
<Config Name="ENABLE_CJK_FONT" Target="ENABLE_CJK_FONT" Default="" Mode="" Description="When set to 1, open-source computer font WenQuanYi Zen Hei is installed. This font contains a large range of Chinese/Japanese/Korean characters." Type="Variable" Display="advanced" Required="false" Mask="false"/>
3333
<Config Name="Storage" Target="/drive_d/" Default="/mnt/user/" Mode="rw" Description="This will be exposed to WINE / ImgBurn as drive D" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/</Config>
3434
<Config Name="Config" Target="/config/" Default="/mnt/cache/appdata/ImgBurn/" Mode="rw" Description="Container Path: /config/" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/ImgBurn/</Config>
35-
<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>
35+
<Config Name="User ID" Target="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>
3636
<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>
3737
<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>
3838
</Container>

0 commit comments

Comments
 (0)