docs
All checks were successful
continuous-integration/drone/push Build is passing
Vulnerability Scan / Daily Vulnerability Scan (push) Successful in 9s

This commit is contained in:
Paolo Asperti 2025-01-29 19:59:50 +01:00
parent 9a5ac13382
commit dc09d70a5a
Signed by: paspo
GPG Key ID: 06D46905D19D5182

View File

@ -18,6 +18,8 @@ services:
- ./data:/data
- ./ssh:/ssh # add authorized_keys file here
environment:
USERNAME: myuser # default: borgstore
GROUPNAME: mygroup # default: borgstore
SSH_PUBKEY: ssh-rsa AAAAB3NzaC.... # optional
PUID: 1000 # default: 1000
PGID: 1000 # default: 1000