docs
This commit is contained in:
parent
9a5ac13382
commit
dc09d70a5a
@ -18,6 +18,8 @@ services:
|
|||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./ssh:/ssh # add authorized_keys file here
|
- ./ssh:/ssh # add authorized_keys file here
|
||||||
environment:
|
environment:
|
||||||
|
USERNAME: myuser # default: borgstore
|
||||||
|
GROUPNAME: mygroup # default: borgstore
|
||||||
SSH_PUBKEY: ssh-rsa AAAAB3NzaC.... # optional
|
SSH_PUBKEY: ssh-rsa AAAAB3NzaC.... # optional
|
||||||
PUID: 1000 # default: 1000
|
PUID: 1000 # default: 1000
|
||||||
PGID: 1000 # default: 1000
|
PGID: 1000 # default: 1000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user