Skip to content

Commit

Permalink
Correcting template volume
Browse files Browse the repository at this point in the history
  • Loading branch information
dorgan committed Jan 3, 2018
1 parent 87732a9 commit bbfa293
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dorgan/video-transcoding.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<Privileged>false</Privileged>
<Project>https://github.com/donmelton/video_transcoding</Project>
<Support></Support>
<Overview>This container setups a bash shell ready to use the video transcoding gem provided by Don Melton&#xD;
<Overview>This container sets up a bash shell to use the video transcoding gem provided by Don Melton&#xD;
&#xD;
Before running this container, make tusre you properly setup the /media path&#xD;
Before running this container, make sure you properly setup the /data path&#xD;
</Overview>
<Description>Docker container for using video transcoding gem provide by Don Melton</Description>
<Category>Tools: Network:Media:Stable</Category>
Expand All @@ -24,7 +24,7 @@
<Data>
<Volume>
<HostDir></HostDir>
<ContainerDir>/media</ContainerDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
Expand All @@ -40,6 +40,6 @@
</Environment>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="UID for permissions. Do not change unless you know what you're doing." Type="Variable" Display="advanced-hide" Required="true" Mask="false"></Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="GID for permissions. Do not change unless you know what you're doing." Type="Variable" Display="advanced-hide" Required="true" Mask="false"></Config>
<Config Name="Path Containing Media" Target="/media" Default="" Mode="rw" Description="Container Path: /media" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="Path Containing Media" Target="/data" Default="" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="true" Mask="false"></Config>
<BaseImage>ntodd/video-transcoding</BaseImage>
</Container>

0 comments on commit bbfa293

Please sign in to comment.