autorestic icon indicating copy to clipboard operation
autorestic copied to clipboard

Unable to start docker in unraid as it is not clear by the documentation where the .autorestic.yml file needs to be located

Open miguelarios opened this issue 1 year ago • 2 comments

Describe the bug I am unable to run the container as the location to .autorestic.yml is unclear from the documentation.

Expected behavior run container

Environment

  • OS: [e.g. iOS]
  • Version: [e.g. 22]

Additional context

Current Docker run command

docker run
  -d
  --name='autorestic'
  --net='bridge'
  -e TZ="America/Chicago"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="EDITH"
  -e HOST_CONTAINERNAME="autorestic"
  -e 'Community_Applications_Conversion'='true'
  -l net.unraid.docker.managed=dockerman
  -v '/mnt/user/':'/data':'rw'
  -v '/mnt/user/appdata/autorestic/':'/home/':'rw' 'cupcakearmy/autorestic'

miguelarios avatar Dec 19 '22 21:12 miguelarios