mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-04-26 03:24:15 +00:00
26 lines
2.2 KiB
XML
26 lines
2.2 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>mysql-workbench</Name>
|
|
<Repository>linuxserver/mysql-workbench</Repository>
|
|
<Registry>https://hub.docker.com/r/linuxserver/mysql-workbench/</Registry>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://forums.unraid.net/topic/97229-support-linuxserverio-mysql-workbench/</Support>
|
|
<Project>https://www.mysql.com/products/workbench/</Project>
|
|
<Overview>MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.[br]
|
|
By default the user/pass is abc/abc, if you change your password or want to login manually to the GUI session for any reason use the following link:
|
|

|
|
http://yourhost:3000/?login=true</Overview>
|
|
<Category>Tools:</Category>
|
|
<WebUI>http://[IP]:[PORT:3000]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/mysql-workbench.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mysql-workbench-icon.png</Icon>
|
|
<ExtraParams>--cap-add="IPC_LOCK"</ExtraParams>
|
|
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="false" Mask="false"/>
|
|
</Container> |