August 13, 20214 yr Im not sure what's going on here? Maybe this is normal for dockers installed from dockerhub but when I create settings for the docker they seem to get applied but not shown. run command- root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='locast2plex' --net='br0' --ip='10.0.1.24' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'debug'='yes' -v '/mnt/user/appdata/locast2plex/config.ini':'/app/config.ini':'rw' 'tgorg/locast2plex' 132e701e11afe9251c8e08dcd579994d61d54e7d0f1385a56113c7bf7592b774 The command finished successfully! update container window- None of my settings are shown here. Have I missed something in the setup? I seldom use dockers not already pre-configured for unraid.
August 13, 20214 yr Community Expert What happens if you click on Show more settings, or move the slider at upper right from Basic to Advanced?
August 13, 20214 yr Author Still nothing. And what's being displayed appears to be wrong. Network is br0 for one thing-
August 13, 20214 yr Author And if I check DHCP leases in my pfsense box the br0 address shows as offline. Online after a couple of hours. Maybe just needed to renew lease? Edited August 13, 20214 yr by wgstarks
August 13, 20214 yr Author 2 hours ago, Squid said: post the XML /config/plugins/dockerMan/templates-user/my-locast2plex.xml XML <?xml version="1.0"?> <Container version="2"> <Name>locast2plex</Name> <Repository>tgorg/locast2plex</Repository> <Registry>https://hub.docker.com/r/tgorg/locast2plex/</Registry> <Network>br0</Network> <MyIP>10.0.1.24</MyIP> <Shell>sh</Shell> <Privileged>false</Privileged> <Support>https://hub.docker.com/r/tgorg/locast2plex/</Support> <Project/> <Overview>Connect Locast to Plex as if it was an HDHomeRun Tuner. Seems to work for Emby and Jellyfin too! Converted By Community Applications Always verify this template (and values) against the dockerhub support page for the container</Overview> <Category/> <WebUI/> <TemplateURL/> <Icon>https://www.locast.org/assets/images/favicon.ico</Icon> <ExtraParams/> <PostArgs/> <CPUset/> <DateInstalled>1628894811</DateInstalled> <DonateText/> <DonateLink/> <Description>Connect Locast to Plex as if it was an HDHomeRun Tuner. Seems to work for Emby and Jellyfin too! Converted By Community Applications Always verify this template (and values) against the dockerhub support page for the container</Description> <Networking> <Mode>br0</Mode> <Publish/> </Networking> <Data> <Volume> <HostDir>/mnt/user/appdata/locast2plex/config.ini</HostDir> <ContainerDir>/app/config/config.ini</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Environment> <Variable> <Value>yes</Value> <Name>debug</Name> <Mode/> </Variable> </Environment> <Labels/> <Config Name="enable debug logging" Target="debug" Default="" Mode="" Description="Container Variable: debug" Type="Variable" Display="always" Required="false" Mask="false">yes</Config> <Config Name="appdata" Target="/app/config/config.ini" Default="" Mode="rw" Description="Container Path: /app/config/config.ini" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/locast2plex/config.ini</Config> </Container> The docker is running with these settings as far as I can tell but if I try to make any change in "Update Container" everything gets lost and the docker restarts without any settings including the change I made. Edit: To make changes I have to delete the docker and re-install with all settings applied at install. Edited August 13, 20214 yr by wgstarks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.