Update documentation for disabling authentication for Docker

Fixes #119
This commit is contained in:
Lewis Juggins 2020-09-29 19:54:53 +01:00 committed by GitHub
parent ba581f22ed
commit 0d38eff16a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ There's an example [systemd service file](https://github.com/restic/rest-server/
### Docker
By default, image uses authentication. To turn it off, set environment variable `DISABLE_AUTHENTICATION` to any value.
By default, image uses authentication. To turn it off, add `--no-auth` to environment variable `OPTIONS`.
Persistent data volume is located to `/data`.