mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
Update documentation for disabling authentication for Docker
Fixes #119
This commit is contained in:
parent
ba581f22ed
commit
0d38eff16a
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue