Horn

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Horn

  1. Thanks, didn't have any spaces but the update to the web ui seems to have fixed it.
  2. I'm getting the following error when trying to install via community apps. Any ideas? Unable to find image 'bin:latest' locally Pulling repository bin Error: image library/bin:latest not found The command displayed at the end is: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="S3Backup" --net="bridge" -e ACCESS_KEY="SOMETHING" -e SECRET_KEY="SOMETHING" -e S3PATH="s3://SOMETHING/" -e S3CMDPARAMS="--no-delete-removed" -e CRON_SCHEDULE="0 * * * *" -e TZ="America/New_York" -v "/mnt/user/main/s3backup":"/data":ro joch/s3backup (something is obviously my key, secret, and bucket name)