mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
Update README.md
This commit is contained in:
parent
ca5664b8a7
commit
e4071748b9
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,7 @@ Alternatively, you can install it manually anywhere you want. It's a single bin
|
|||
|
||||
#### Build image
|
||||
|
||||
```docker/build.sh```
|
||||
```make docker_build```
|
||||
|
||||
#### Pull image
|
||||
|
||||
|
@ -118,6 +118,8 @@ docker run -p 80:80 -v /my/data:/data --name rest_server restic/rest-server
|
|||
|
||||
It's suggested to set a container name to more easily manage users (see next section).
|
||||
|
||||
You can set environment variable `OPTIONS` to any extra flags you'd like to pass to rest-server.
|
||||
|
||||
#### Manage users
|
||||
|
||||
##### Add user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue