Jump to content

jim80z

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by jim80z

  1. Thank you! After getting it to run and web properly I checked and found regular tests had stopped and I couldn't find the settings page but did find your post! Agree with you comment to update the template and @ZappyZap thankyou for looking into it!!
  2. Hi Disregard the below question........however leaving it here in case someone else finds this useful. I have never had APP_KEY defined but somewhere along the line it must have become mandatory......so when I managed to check the logs (redefined port to map host=8943 to container=80 note this has never been a problem before??) the init had stopped due to the lack of APP_KEY. Once I obtained a generated APP_KEY from https://speedtest-tracker.dev and inserted it, the docker started up no problems. Thx ---------------- Hi guys Im using the following repository "lscr.io/linuxserver/speedtest-tracker:latest" for the speedtest-tracker docker. Somewhere in the last 1.5 months one of the updates broke something and now the webui does not come up "....cant connect to the server.....". Prior to that all worked flawlessly using a seperate mysql docker instance, and the last time I used the web was the end of April. When the docker starts up (successsfuly) in unraid I have the following info (nothing has changed in many months from a parameter POV): docker run -d --name='speedtest-tracker_new' --net='bridge' -e TZ="Australia/Sydney" -e HOST_OS="Unraid" -e HOST_HOSTNAME="XXXXX" -e HOST_CONTAINERNAME="speedtest-tracker_new" -e 'DB_CONNECTION'='mysql' -e 'APP_KEY'='' -e 'DB_HOST'='x.x.x.x' -e 'DB_PORT'='3306' -e 'DB_DATABASE'='YYYYYY' -e 'DB_USERNAME'='ZZZZZZZZ' -e 'DB_PASSWORD'='AAAAAAAAAAAAA' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8943]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/speedtest-tracker-logo.png' -p '8943:8943/tcp' -v '/mnt/cache/.Apps/appdata/speedtest-tracker':'/config':'rw' 'lscr.io/linuxserver/speedtest-tracker:latest' AAABBBCCCDDEEEE I have tried to: change the network from bridge to host.....no joy I have deleted the container and reinstalled it fresh......no joy changed the port just in case.....no joy I can open the docker CLI for speedtest and can ping out to other machines in my network Any thoughts? Anyone else with the same issues? Thanks
  3. Rara Thank you. Spot on the money! Worked like a charm. Jim
  4. Hi, Did a check for updates under docker and tried to update my Limetech Plex docker and got the following error. Any ideas? I am running unraid 6.2 and plex is at version 1.1.3.2700. ----------8<---------- Pulling image: limetech/plex:latest IMAGE ID [latest]: Pulling from limetech/plex. IMAGE ID [6ffe5d2d6a97]: Already exists. IMAGE ID [f4e00f994fd4]: Already exists. IMAGE ID [e99f3d1fc87b]: Already exists. IMAGE ID [a3ed95caeb02]: Already exists. IMAGE ID [ededd75b6753]: Already exists. IMAGE ID [1ddde157dd31]: Already exists. IMAGE ID [79321844ebba]: Pulling fs layer. Downloading 100% of 772 B. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [ebe499b4c161]: Pulling fs layer. Downloading 100% of 119 MB. Verifying Checksum. Download complete. Extracting. Pull complete. IMAGE ID [cb387480a3c1]: Pulling fs layer. Downloading 100% of 561 B. Verifying Checksum. Download complete. Extracting. Pull complete. TOTAL DATA PULLED: 119 MB Error: layers from manifest don't match image configuration ----------8<---------- Thanks Jim
×
×
  • Create New...