Skip to content

Commit

Permalink
Update tabby-web.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Harris <[email protected]>
  • Loading branch information
bravohotel91 and nwithan8 authored Jan 27, 2024
1 parent 0968a62 commit 8ec620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tabby-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<Config Name="Port HTTP" Target="80" Default="9090" Mode="tcp" Description="This sets the internal to external port mapping for WebUI" Type="Port" Display="always" Required="true" Mask="false">9090</Config>
<Config Name="Database URL" Target="DATABASE_URL" Default="mysql://root:123@db/tabby" Mode="" Description="Sets the database location and credentials." Type="Variable" Display="always" Required="true" Mask="false">mysql://root:123@db/tabby</Config>
<Config Name="Debug" Target="DEBUG" Default="false" Mode="" Description="Turns on/off debugging for the application." Type="Variable" Display="always" Required="true" Mask="false">false</Config>
<Config Name="Docker Arguments" Target="DOCKERIZE_ARGS" Default="-wait tcp://db:3306 -timeout 60s" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">-wait tcp://db:3306 -timeout 60s</Config>
<Config Name="Docker Arguments" Target="DOCKERIZE_ARGS" Default="-wait tcp://db:3306 -timeout 60s" Mode="" Description="" Type="Variable" Display="advanced" Required="true" Mask="false">-wait tcp://db:3306 -timeout 60s</Config>
<Config Name="Port" Target="PORT" Default="80" Mode="" Description="DO NOT CHANGE - This is setting the internal Web UI port for the container." Type="Variable" Display="advanced" Required="true" Mask="false">80</Config>
</Container>

0 comments on commit 8ec620b

Please sign in to comment.